Skip to content

Commit

Permalink
Chore(github): Allow manual workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Sep 4, 2023
1 parent 9be66bc commit f838d05
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-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ develop ]
schedule:
- cron: '34 18 * * 6'
workflow_dispatch:

jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ develop ]
schedule:
- cron: '42 18 * * 6'
workflow_dispatch:

jobs:
lts_versions:
Expand Down

0 comments on commit f838d05

Please sign in to comment.