Skip to content

Commit 6259621

Browse files
committed
add on.workflow_dispatch to GHA version bumping workflow for testing
1 parent d49b023 commit 6259621

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump_gha_runner_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Bump GHA runner version
22
on:
33
schedule:
44
- cron: '30 6 1,15 * *' # Monthly on the 1st and 15th at 06:30
5+
workflow_dispatch:
56

67
jobs:
78
bump_gha_runner_version:

0 commit comments

Comments
 (0)