Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 436ad34

Browse files
authored
Don't run release and codeql for events by dependabot
1 parent 7757a88 commit 436ad34

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
analyze:
1616
name: Analyze
17+
if: github.actor != 'dependabot[bot]'
1718
runs-on: ubuntu-latest
1819

1920
strategy:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
release:
1010
name: Release
1111
runs-on: ubuntu-20.04
12+
if: github.actor != 'dependabot[bot]'
1213
steps:
1314
- name: Checkout
1415
uses: actions/checkout@v1

0 commit comments

Comments
 (0)