Skip to content

Commit d0424d9

Browse files
authored
Update main-pr.yml
1 parent d921752 commit d0424d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
build:
1313
name: Build To Dev Slot
1414
runs-on: ubuntu-latest
15+
# Skip this workflow if dependabot run.
16+
if: ${{ github.actor != 'dependabot[bot]' }}
1517
steps:
1618
- name: Git checkout
1719
uses: actions/checkout@v2
@@ -66,6 +68,8 @@ jobs:
6668
name: Smoke Test Dev Slot
6769
runs-on: ubuntu-latest
6870
needs: build
71+
# Skip this workflow if dependabot run.
72+
if: ${{ github.actor != 'dependabot[bot]' }}
6973
steps:
7074
- name: Git checkout
7175
uses: actions/checkout@v2

0 commit comments

Comments
 (0)