Skip to content

Commit a3c7770

Browse files
committed
build: deploy without waiting on check suite
1 parent b9e8139 commit a3c7770

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
workflow_dispatch:
88

99
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
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
1717

1818
tag:
1919
needs: wait-on-test

0 commit comments

Comments
 (0)