mirror of
https://github.com/siderolabs/kres.git
synced 2026-02-05 09:45:35 +01:00
feat: support workflow dispatch
Support `workflow_dispatch` trigger for GitHub actions. Allow overriding `on` for custom jobs. Also bump dependencies. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-09-11T13:06:10Z by kres f3a3ca4-dirty.
|
||||
# Generated on 2025-09-16T17:37:44Z by kres 1bcad6e.
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
steps:
|
||||
- name: gather-system-info
|
||||
id: system-info
|
||||
uses: kenchan0130/actions-system-info@v1.3.1
|
||||
uses: kenchan0130/actions-system-info@v1.4.0
|
||||
continue-on-error: true
|
||||
- name: print-system-info
|
||||
run: |
|
||||
@@ -133,7 +133,7 @@ jobs:
|
||||
steps:
|
||||
- name: gather-system-info
|
||||
id: system-info
|
||||
uses: kenchan0130/actions-system-info@v1.3.1
|
||||
uses: kenchan0130/actions-system-info@v1.4.0
|
||||
continue-on-error: true
|
||||
- name: print-system-info
|
||||
run: |
|
||||
@@ -180,7 +180,7 @@ jobs:
|
||||
steps:
|
||||
- name: gather-system-info
|
||||
id: system-info
|
||||
uses: kenchan0130/actions-system-info@v1.3.1
|
||||
uses: kenchan0130/actions-system-info@v1.4.0
|
||||
continue-on-error: true
|
||||
- name: print-system-info
|
||||
run: |
|
||||
|
||||
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2025-07-11T14:48:24Z by kres 17000452-dirty.
|
||||
# Generated on 2025-09-16T17:37:44Z by kres 1bcad6e.
|
||||
|
||||
"on":
|
||||
schedule:
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- name: Close stale issues and PRs
|
||||
uses: actions/stale@v9.1.0
|
||||
uses: actions/stale@v10.0.0
|
||||
with:
|
||||
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
|
||||
days-before-issue-close: "5"
|
||||
|
||||
Reference in New Issue
Block a user