Skip to content

Commit

Permalink
Streamline workflows
Browse files Browse the repository at this point in the history
Only run them on push, and not PR. -- otherwise they get run multiple times unnecessarily
  • Loading branch information
fgont committed Oct 17, 2024
1 parent 7d58b12 commit 05d53e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ on:
push:
branches:
- '**'
pull_request:
# The branches below must be a subset of the branches above
branches:
- '**'

schedule:
- cron: '20 16 * * 3'

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

jobs:
UbuntuLatest:
Expand Down

0 comments on commit 05d53e3

Please sign in to comment.