FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix pre-release trigger for update-bundle action by cklin · Pull Request #1648 · github/codeql-action · GitHub

Fix pre-release trigger for update-bundle action - #1648

Merged
cklin merged 1 commit into
mainfrom
cklin/update-bundle-trigger
Apr 14, 2023
Merged

cklin merged 1 commit into
mainfrom
cklin/update-bundle-trigger

Conversation

cklin commented Apr 14, 2023
edited
Loading

Copy link
Copy Markdown
Contributor

This PR switches the update-bundle release trigger from prereleased to published because the former has been documented not to work.

From https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release:

Note: The prereleased type will not trigger for pre-releases published from draft releases, but the published type will trigger. If you want a workflow to run when stable and pre-releases publish, subscribe to published instead of released and prereleased.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

This PR switches the update-bundle release trigger from `prereleased` to `published` because the former has been documented not to work.

From https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release:

> Note: The prereleased type will not trigger for pre-releases published from draft releases, but the published type will trigger. If you want a workflow to run when stable and pre-releases publish, subscribe to published instead of released and prereleased.
cklin requested a review from a team as a code owner April 14, 2023 21:51

angelapwen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Wow, that's not intuitive at all! Thank you for catching this 😄

cklin merged commit be2b53b into main Apr 14, 2023
cklin deleted the cklin/update-bundle-trigger branch April 14, 2023 22:11

cklin commented Apr 14, 2023

Copy link
Copy Markdown
Contributor Author

cc @henrymercer

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL