Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jun 29, 2024
1 parent 21bedbd commit 5ad0103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: false

# Automatically rerun the workflow since the integration tests are moody
# From this genius: https://github.com/orgs/community/discussions/67654#discussioncomment-8038649
rerun-on-failure:
needs: fail
if: failure() && fromJSON(github.run_attempt) < 3
Expand All @@ -26,7 +27,7 @@ jobs:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
GH_DEBUG: api
run: gh workflow run rerun.yml -r ${{ github.head_ref }} -F run_id=${{ github.run_id }}
run: gh workflow run rerun.yml --ref ${{ github.head_ref }} -F run_id=${{ github.run_id }}

package:
needs: fail
Expand Down

0 comments on commit 5ad0103

Please sign in to comment.