1
0
mirror of https://github.com/siderolabs/kres.git synced 2026-02-05 09:45:35 +01:00

feat: add dispatchable actions

Allow defining GH Action Workflow jobs as dispatchable
meaning they will run only on a workflow_dispatch event.

Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
This commit is contained in:
Mateusz Urbanek
2025-09-29 12:07:50 +02:00
parent fdbc9fcb3a
commit df5079ad7d
10 changed files with 44 additions and 17 deletions

View File

@@ -54,7 +54,7 @@
"matchPackageNames": [
"actions/checkout",
"docker/login-action",
"crazy-max/ghaction-github-release",
"softprops/action-gh-release",
"docker/setup-buildx-action",
"slackapi/slack-github-action"
]

View File

@@ -116,7 +116,7 @@ jobs:
make release-notes
- name: Release
if: startsWith(github.ref, 'refs/tags/')
uses: crazy-max/ghaction-github-release@v2
uses: softprops/action-gh-release@v2
with:
body_path: _out/RELEASE_NOTES.md
draft: "true"