Skip to content

Commit 2943523

Browse files
committed
👷 Fix GitHub Actions workflow to exclude dependabot[bot] from running tests
1 parent bbf1346 commit 2943523

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/node.js.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- run: pnpm run build --noEmit
2424
- run: pnpm run lint
2525
- run: pnpm run test run
26+
if: github.actor != 'dependabot[bot]'
2627
env:
2728
BITBUCKET_CLOUD_USERNAME: ${{ secrets.BITBUCKET_CLOUD_USERNAME }}
2829
BITBUCKET_CLOUD_APP_PASSWORD: ${{ secrets.BITBUCKET_CLOUD_APP_PASSWORD }}

0 commit comments

Comments
 (0)