Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add manual trigger on some CLI workflows #979

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/cli-k3s-hardened-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-K3s-Hardened-Rancher_Latest

on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-k3s-hardened-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-K3s-Hardened-Rancher_Stable

on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-k3s-os-upgrade-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: CLI-K3s-OS-Upgrade-Rancher_Latest
# not the ones built in the CI (build-ci workflow).
# The scheduling is also to avoid running the workflow on each push on main.
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-k3s-os-upgrade-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: CLI-K3s-OS-Upgrade-Rancher_Stable
# not the ones built in the CI (build-ci workflow).
# The scheduling is also to avoid running the workflow on each push on main.
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-k3s-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: CLI-K3s-Rancher_Latest
# the lastest version built. The scheduling is also to avoid running
# the workflow on each push on main.
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-k3s-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-K3s-Rancher_Stable

on:
workflow_dispatch:
workflow_run:
workflows:
- build-ci
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-rke2-hardened-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-RKE2-Hardened-Rancher_Latest

on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-rke2-hardened-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-RKE2-Hardened-Rancher_Stable

on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: CLI-RKE2-OS-Upgrade-Rancher_Latest
# not the ones built in the CI (build-ci workflow).
# The scheduling is also to avoid running the workflow on each push on main.
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: CLI-RKE2-OS-Upgrade-Rancher_Stable
# not the ones built in the CI (build-ci workflow).
# The scheduling is also to avoid running the workflow on each push on main.
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-rke2-rancher_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: CLI-RKE2-Rancher_Latest
# the lastest version built. The scheduling is also to avoid running
# the worklow on each push on main.
on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cli-rke2-rancher_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: CLI-RKE2-Rancher_Stable

on:
workflow_dispatch:
workflow_run:
workflows:
- build-ci
Expand Down