Skip to content

Commit

Permalink
Temporarily disable Codacy scan
Browse files Browse the repository at this point in the history
Convert it to a workflow manual option
(Generally, this is very high noise anyway)

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Apr 30, 2023
1 parent 61558e8 commit 49796d8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
name: Codacy Security Scan

on:
push:
branches: [ master ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '28 10 * * 6'
workflow_dispatch:
# push:
# branches: [ master ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ master ]
# schedule:
# - cron: '28 10 * * 6'

permissions:
contents: read
Expand Down

0 comments on commit 49796d8

Please sign in to comment.