diff options
| author | seth <[email protected]> | 2023-12-16 13:20:08 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-16 13:20:08 -0500 |
| commit | af4e292a41bdfb3708bca67afaabb8f26ae2e7e1 (patch) | |
| tree | df9ac75ec2f5088ffd8d138f9c749e06d5e065e7 | |
| parent | 0ed2febd06cbf1d4e0af957e2981296ea1b373ab (diff) | |
actions: fix garnix run count in deploy
| -rw-r--r-- | .github/workflows/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index be6f850..695d63c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -13,7 +13,7 @@ jobs: # https://github.com/sellout/bash-strict-mode/commit/9bf1d65c2f786a9887facfcb81e06d8b8b5f4667 if: github.event.check_suite.app.name == 'Garnix CI' && github.event.check_suite.conclusion == 'success' - && github.event.check_suite.latest_check_runs_count >= 12 + && github.event.check_suite.latest_check_runs_count >= 10 && github.event.check_suite.head_branch == 'main' concurrency: |
