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:
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
@@ -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"
|
||||
]
|
||||
|
||||
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user