Skip to content

Commit

Permalink
add workflow_dispatch to cron workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arix00 committed Dec 7, 2024
1 parent ca63321 commit 4f380a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron_foss_snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: auto build foss snapshot image
on:
workflow_dispatch:
schedule:
- cron: "00 16 * * 2,6"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cron_nss_snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: auto build nss snapshot
on:
workflow_dispatch:
schedule:
- cron: "00 16 * * 2,6"

Expand Down

0 comments on commit 4f380a3

Please sign in to comment.