Skip to content

Commit

Permalink
ci: revert back trigger to code analysis workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 44623b3 commit 8dd5e1d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ name: Codacy Security Scan
on:
schedule:
- cron: '59 11 27 * *'
# push:
# branches: [ "master" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "master" ]
workflow_run:
workflows: [Test Changes]
types:
- completed
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types: [opened, reopened, synchronize, ready_for_review]
# workflow_run:
# workflows: [Test Changes]
# types:
# - completed
workflow_call:
workflow_dispatch:
inputs:
logLevel:
Expand All @@ -36,7 +37,6 @@ on:
- info
- warning
- debug
workflow_call:

permissions:
contents: read
Expand Down
19 changes: 10 additions & 9 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ name: "CodeQL"
on:
schedule:
- cron: '59 10 27 * *'
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
workflow_run:
workflows: [Test Changes]
types:
- completed
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
types: [opened, reopened, synchronize, ready_for_review]
# workflow_run:
# workflows: [Test Changes]
# types:
# - completed
workflow_call:
workflow_dispatch:
inputs:
logLevel:
Expand All @@ -33,7 +35,6 @@ on:
- info
- warning
- debug
workflow_call:

jobs:
analyze:
Expand Down

0 comments on commit 8dd5e1d

Please sign in to comment.