ci: no PRs if depandabot (skip e2e)

This commit is contained in:
Mo
2022-10-17 17:00:47 -05:00
parent 3527b1ff38
commit 66805fa552

View File

@@ -37,6 +37,7 @@ jobs:
id: extract_branch
- uses: peter-evans/create-pull-request@v4
if: "${{ github.actor != 'dependabot' }}"
with:
token: ${{ secrets.CI_PAT_TOKEN }}
branch: ${{ github.ref }}