ci: add push trigger to zizmor workflow for changes to workflow files on main#973
Closed
ci: add push trigger to zizmor workflow for changes to workflow files on main#973
Conversation
Up to standards ✅🟢 Issues
|
Agent-Logs-Url: https://github.com/CycloneDX/cyclonedx-python-lib/sessions/ad223ac9-fbc0-4750-9711-fd32f92cf099 Co-authored-by: jkowalleck <2765863+jkowalleck@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Zizmor workflow to run on push when workflow files change
ci: add push trigger to zizmor workflow for changes to workflow files on main
Apr 28, 2026
Copilot stopped work on behalf of
jkowalleck due to an error
April 28, 2026 14:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The zizmor workflow previously only ran on
pull_request(path-filtered) and a weekly schedule, leaving a gap for direct pushes tomainthat modify workflow files.Changes
.github/workflows/zizmor.yml— adds apushtrigger scoped to themainbranch and.github/workflows/**paths:All existing triggers and behaviour are preserved. The
concurrencygroup (keyed ongithub.ref) correctly serialises/cancels repeated pushes on the same branch.permissions: contents: readis unchanged.Original prompt
This pull request was created from Copilot chat.