Skip to content

Commit

Permalink
Update workflow to allow manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Lubken committed Aug 12, 2024
1 parent ecb9bc3 commit 07b261f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches: [main]
schedule:
- cron: "21 0 * * 6"
workflow_dispatch:

jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 07b261f

Please sign in to comment.