Commit a3c77708 authored by Zach Pomerantz's avatar Zach Pomerantz

build: deploy without waiting on check suite

parent b9e81396
......@@ -7,13 +7,13 @@ on:
workflow_dispatch:
jobs:
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
# 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
tag:
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