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