Skip to content

Commit

Permalink
Added if statement to usage example (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
devpow112 authored Sep 25, 2024
1 parent ed482f2 commit 9a6bc87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ GitHub Action submit test reporting data to the framework.
```yml
- name: Upload test report
uses: Brightspace/test-reporting-action@main
if: >
(failure() || success()) &&
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 9a6bc87

Please sign in to comment.