Skip to content

Commit

Permalink
Merge pull request #98 from fgont/simplify-workflow
Browse files Browse the repository at this point in the history
Streamline workflows
  • Loading branch information
fgont authored Oct 17, 2024
2 parents 7d58b12 + 05d53e3 commit ae0060c
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 ae0060c

Please sign in to comment.