Skip to content

Commit

Permalink
Merge 7917fda into 488e71a
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
2 parents 488e71a + 7917fda commit e15a831
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 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 All @@ -26,6 +26,7 @@ on:
branches: [ "master" ]
types:
- completed
workflow_dispatch:

permissions:
contents: read
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ name: "CodeQL"
on:
schedule:
- cron: '59 10 27 * *'
push:
branches: [ "master" ]
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
workflow_run:
workflows: [Test Changes]
branches: [ "master" ]
types:
- completed
workflow_dispatch:

jobs:
analyze:
Expand Down

0 comments on commit e15a831

Please sign in to comment.