Skip to content

Commit

Permalink
Fix workflow typo (vercel#66903)
Browse files Browse the repository at this point in the history
Accidentally introduced in vercel#66888
  • Loading branch information
ztanner authored Jun 15, 2024
1 parent c189891 commit d46596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/retry_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
${{
github.event.workflow_run.conclusion == 'failure' &&
github.repository == 'vercel/next.js' &&
github.event.workflow_run.run_attempt < 3)
github.event.workflow_run.run_attempt < 3
}}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d46596d

Please sign in to comment.