Skip to content

Commit

Permalink
👷 Fix GitHub Actions workflow to exclude dependabot[bot] from running…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
NatoBoram committed Sep 18, 2024
1 parent bbf1346 commit 2943523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: pnpm run build --noEmit
- run: pnpm run lint
- run: pnpm run test run
if: github.actor != 'dependabot[bot]'
env:
BITBUCKET_CLOUD_USERNAME: ${{ secrets.BITBUCKET_CLOUD_USERNAME }}
BITBUCKET_CLOUD_APP_PASSWORD: ${{ secrets.BITBUCKET_CLOUD_APP_PASSWORD }}
Expand Down

0 comments on commit 2943523

Please # to comment.