Skip to content

Commit 5dbdd5f

Browse files
committed
chore(ci): prevent dependabot updates to trigger E2E
1 parent b2dd99a commit 5dbdd5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
version: ["3.7", "3.8", "3.9"]
31+
if: ${{ github.actor != 'dependabot[bot]' }}
3132
steps:
3233
- name: "Checkout"
3334
uses: actions/checkout@v3

0 commit comments

Comments
 (0)