summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/docker.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml
index b7a57b4..f1c578e 100644
--- a/.github/workflows/docker.yaml
+++ b/.github/workflows/docker.yaml
@@ -17,7 +17,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 > 1
+ && github.event.check_suite.latest_check_runs_count >= 8
&& github.event.check_suite.head_branch == 'main'
steps:
@@ -57,7 +57,7 @@ jobs:
# ditto
if: github.event.check_suite.app.name == 'Garnix CI'
&& github.event.check_suite.conclusion == 'success'
- && github.event.check_suite.latest_check_runs_count > 1
+ && github.event.check_suite.latest_check_runs_count >= 8
&& github.event.check_suite.head_branch == 'main'
steps: