From fb20b304f58284f6db2ccbe26d251dbfd1c554cb Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Sun, 7 Jan 2024 10:55:57 +0100 Subject: [PATCH] Add `ci-skip-homepage` label to workflow. --- .github/workflows/rerun-workflow.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rerun-workflow.yml b/.github/workflows/rerun-workflow.yml index 6627894115..65eaf77fd0 100644 --- a/.github/workflows/rerun-workflow.yml +++ b/.github/workflows/rerun-workflow.yml @@ -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