We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf1346 commit 2943523Copy full SHA for 2943523
‎.github/workflows/node.js.yaml
@@ -23,6 +23,7 @@ jobs:
23
- run: pnpm run build --noEmit
24
- run: pnpm run lint
25
- run: pnpm run test run
26
+ if: github.actor != 'dependabot[bot]'
27
env:
28
BITBUCKET_CLOUD_USERNAME: ${{ secrets.BITBUCKET_CLOUD_USERNAME }}
29
BITBUCKET_CLOUD_APP_PASSWORD: ${{ secrets.BITBUCKET_CLOUD_APP_PASSWORD }}
0 commit comments