diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 414e0dcc..9692a116 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,7 @@ concurrency: jobs: build: runs-on: ubuntu-latest + if: github.triggering_actor != 'dependabot[bot]' outputs: build_tag: ${{ steps.vars.outputs.build_tag }}