diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f1dbbc73c..4fb1c12e3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,9 @@ jobs: name: 'Build and Deploy' runs-on: ubuntu-latest + needs: [skip_trivial] + if: ${{ needs.skip_trivial.outputs.should_skip == 'true' }} + steps: # Git repo set up - name: Checkout commit