Skip to content

Commit

Permalink
ci: Add possibility to start workflows manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Sep 22, 2023
1 parent 99ecaa4 commit 0998834
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_bluegreen.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
workflow_dispatch:
schedule:
- cron: "0 1 * * *"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_general.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
workflow_dispatch:
schedule:
- cron: "0 2 * * *"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_installer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
workflow_dispatch:
schedule:
- cron: "0 3 * * *"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_update.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
on:
push:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"

Expand Down

0 comments on commit 0998834

Please sign in to comment.