Skip to content

Commit 6cb03a9

Browse files
authored
Merge pull request #234 from devilbox/cytopia-patch-1
Allow to manually trigger workflow
2 parents 2655813 + 0dc4bd6 commit 6cb03a9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/action_schedule_master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: nightly
1111
# -------------------------------------------------------------------------------------------------
1212
on:
1313
# Runs daily
14+
workflow_dispatch:
1415
schedule:
1516
- cron: '0 0 * * *'
1617

.github/workflows/action_schedule_tags.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: nightly
1111
# -------------------------------------------------------------------------------------------------
1212
on:
1313
# Runs daily
14+
workflow_dispatch:
1415
schedule:
1516
- cron: '0 0 * * *'
1617

0 commit comments

Comments
 (0)