Skip to content

Commit

Permalink
Merge pull request umbraco#11490 from umbraco/v9/bugfix/prevent-githu…
Browse files Browse the repository at this point in the history
…b-actions-spam

Prevent github actions spam
  • Loading branch information
Paul Johnson authored Oct 25, 2021
2 parents 5ddf6a1 + 4133a9c commit 7bed6e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
with:
config-file: ./.github/workflows/codeql-config.yml
config-file: ./.github/config/codeql-config.yml

# This job is to prevent the workflow status from showing as failed when all other jobs are skipped - See https://github.community/t/workflow-is-failing-if-no-job-can-be-ran-due-to-condition/16873
always_job:
Expand Down

0 comments on commit 7bed6e5

Please sign in to comment.