Commit 26b37d52 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: fix await-check-suite with (#4021)

* build: fix await-check-suites

* build: fix await-check-suite with
parent d5c464b2
...@@ -10,7 +10,9 @@ jobs: ...@@ -10,7 +10,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: jitterbit/await-check-suites@v1 - uses: jitterbit/await-check-suites@v1
onlyFirstCheckSuite: true # Only wait for the first check suite, so that only tests are awaited, and not eg crowdin. with:
# 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
......
...@@ -82,4 +82,4 @@ jobs: ...@@ -82,4 +82,4 @@ jobs:
parallel: true parallel: true
env: env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
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