Fix workflow typo (#66903)

Accidentally introduced in #66888
This commit is contained in:
Zack Tanner 2024-06-15 07:04:50 -07:00 committed by GitHub
parent c1898916ae
commit d46596d323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: