Skip to content

Commit

Permalink
ci: only trigger actions for code analysis workflows after testing ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 488e71a commit 176020c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ name: Codacy Security Scan
on:
schedule:
- cron: '59 11 27 * *'
push:
branches: [ "master" ]
# push:
# branches: [ "master" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "master" ]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ name: "CodeQL"
on:
schedule:
- cron: '59 10 27 * *'
push:
branches: [ "master" ]
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
workflow_run:
Expand Down

0 comments on commit 176020c

Please sign in to comment.