Skip to content

Commit

Permalink
Add ci-skip-homepage label to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Jan 7, 2024
1 parent bb1e023 commit fb20b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rerun-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ||
Expand All @@ -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

0 comments on commit fb20b30

Please sign in to comment.