Commit a3c77708 authored by Zach Pomerantz's avatar Zach Pomerantz

build: deploy without waiting on check suite

parent b9e81396
...@@ -7,13 +7,13 @@ on: ...@@ -7,13 +7,13 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
wait-on-test: # wait-on-test:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- uses: jitterbit/await-check-suites@v1 # - uses: jitterbit/await-check-suites@v1
with: # with:
# Only wait for the first check suite, so that only tests are awaited, and not eg crowdin. # # Only wait for the first check suite, so that only tests are awaited, and not eg crowdin.
onlyFirstCheckSuite: true # onlyFirstCheckSuite: true
tag: tag:
needs: wait-on-test 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