Skip to content

Commit

Permalink
Merge pull request OpenChemistry#1283 from ghutchis/disable-codacy-build
Browse files Browse the repository at this point in the history
Temporarily disable Codacy scan
  • Loading branch information
ghutchis authored Apr 30, 2023
2 parents 61558e8 + 49796d8 commit cb37289
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 cb37289

Please sign in to comment.