Skip to content

Commit e8a3d65

Browse files
committed
Skip for dependabot
1 parent 25fc3ab commit e8a3d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: matrix.os == 'ubuntu-latest'
3434
- name: Upload SARIF file
3535
uses: github/codeql-action/upload-sarif@v3
36-
if: matrix.os == 'ubuntu-latest'
36+
if: matrix.os == 'ubuntu-latest' && (github.event_name != 'push' || github.actor != 'dependabot[bot]')
3737
with:
3838
sarif_file: analysisreports
3939
- name: "Documentation"

0 commit comments

Comments
 (0)