Skip to content

Commit

Permalink
Skip report tests for dependabot (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Jan 9, 2024
1 parent 14dd4e3 commit 2c1110a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,15 @@ jobs:
run: npm run test:all
- name: Upload report (dry run)
uses: ./
if: ${{github.triggering_actor != 'dependabot[bot]'}}
with:
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID}}
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY}}
aws-session-token: ${{secrets.AWS_SESSION_TOKEN}}
dry-run: true
- name: Upload report
uses: ./
if: ${{github.triggering_actor != 'dependabot[bot]'}}
with:
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID}}
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY}}
Expand Down

0 comments on commit 2c1110a

Please sign in to comment.