We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e8139 commit a3c7770Copy full SHA for a3c7770
.github/workflows/release.yaml
@@ -7,13 +7,13 @@ on:
7
workflow_dispatch:
8
9
jobs:
10
- wait-on-test:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: jitterbit/await-check-suites@v1
14
- with:
15
- # Only wait for the first check suite, so that only tests are awaited, and not eg crowdin.
16
- onlyFirstCheckSuite: true
+ # wait-on-test:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: jitterbit/await-check-suites@v1
+ # with:
+ # # Only wait for the first check suite, so that only tests are awaited, and not eg crowdin.
+ # onlyFirstCheckSuite: true
17
18
tag:
19
needs: wait-on-test
0 commit comments