Skip to content

Commit

Permalink
only run e2e pat on push (ossf#3056)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <sschrock@google.com>
Signed-off-by: Avishay <avishay.balter@gmail.com>
  • Loading branch information
spencerschrock authored and balteravishay committed May 29, 2023
1 parent fff2989 commit 336ea5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
verbose: true
- name: Run PAT Token E2E #using retry because the GitHub token is being throttled.
uses: nick-invision/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
if: ${{ github.event_name != 'pull_request' }}
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
with:
Expand All @@ -81,6 +82,7 @@ jobs:
command: make e2e-pat
- name: codecov
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 2.1.0
if: ${{ github.event_name != 'pull_request' }}
with:
files: "*e2e-coverage.out"
verbose: true
Expand Down

0 comments on commit 336ea5c

Please sign in to comment.