Skip to content

Commit

Permalink
ci: allow manual dispatch of codeql and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prajnoha committed Feb 2, 2024
1 parent d1afce7 commit 873ce1f
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 @@ -7,6 +7,7 @@ on:
branches: [ "main" ]
schedule:
- cron: '43 13 * * 3'
workflow_dispatch:

jobs:
analyze:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 873ce1f

Please sign in to comment.