Commit d5c464b2 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: fix await-check-suites (#4020)

parent c48d4c54
...@@ -10,8 +10,7 @@ jobs: ...@@ -10,8 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: jitterbit/await-check-suites@v1 - uses: jitterbit/await-check-suites@v1
# Only wait for the first check suite, so that only tests are awaited, and not eg crowdin. onlyFirstCheckSuite: true # Only wait for the first check suite, so that only tests are awaited, and not eg crowdin.
onlyFirstCheckSuite: true
tag: tag:
needs: wait-on-test needs: wait-on-test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment