Add ci-skip-homepage label to workflow.

This commit is contained in:
Markus Reiter
2024-01-07 10:55:57 +01:00
committed by GitHub
parent bb1e02337b
commit fb20b304f5
+2 -1
View File
@@ -26,6 +26,7 @@ jobs:
github.event.label.name == 'ci-retry' ||
github.event.label.name == 'ci-skip-appcast' ||
github.event.label.name == 'ci-skip-install' ||
github.event.label.name == 'ci-skip-homepage' ||
github.event.label.name == 'ci-skip-livecheck' ||
github.event.label.name == 'ci-skip-livecheck-min-os' ||
github.event.label.name == 'ci-skip-repository' ||
@@ -40,5 +41,5 @@ jobs:
token: ${{ secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN }}
once-label: ci-requeue
continuous-label: ci-retry
trigger-labels: ci-skip-appcast,ci-skip-install,ci-skip-livecheck,ci-syntax-only,ci-skip-repository,ci-skip-livecheck-min-os
trigger-labels: ci-skip-appcast,ci-skip-install,ci-skip-homepage,ci-skip-livecheck,ci-syntax-only,ci-skip-repository,ci-skip-livecheck-min-os
workflow: ci.yml