Skip to content

Commit

Permalink
Updated .github/workflows/codacy-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 20, 2022
1 parent 2788f0e commit 4d3bc42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ on:

jobs:
codacy-security-scan:
# Cancel other workflows that are running for the same branch
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#concurrency
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
name: Codacy Security Scan
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4d3bc42

Please sign in to comment.