Skip to content

Commit

Permalink
Update gh_actions_updater.yml
Browse files Browse the repository at this point in the history
Added ability to lauch update check on demand
  • Loading branch information
janhalen authored Jun 19, 2024
1 parent 7b26620 commit 7ea6954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh_actions_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
# Automatically run on every Sunday
- cron: '0 0 * * 0'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 7ea6954

Please sign in to comment.