Skip to content

Commit

Permalink
Actions: Allow manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Apr 21, 2024
1 parent 45262b5 commit 0c61feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
schedule:
- cron: '0 2 * * 5' # Every Friday at 2am
workflow_dispatch:

jobs:
clang-format:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
schedule:
- cron: '0 3 * * 5' # Every Friday at 3am
workflow_dispatch:

jobs:
linux:
Expand Down

0 comments on commit 0c61feb

Please sign in to comment.