Skip to content

Commit 26b37d5

Browse files
authored
build: fix await-check-suite with (Uniswap#4021)
* build: fix await-check-suites * build: fix await-check-suite with
1 parent d5c464b commit 26b37d5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: jitterbit/await-check-suites@v1
13-
onlyFirstCheckSuite: true # Only wait for the first check suite, so that only tests are awaited, and not eg crowdin.
13+
with:
14+
# Only wait for the first check suite, so that only tests are awaited, and not eg crowdin.
15+
onlyFirstCheckSuite: true
1416

1517
tag:
1618
needs: wait-on-test

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
parallel: true
8383
env:
8484
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
85-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
85+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)