We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d921752 commit d0424d9Copy full SHA for d0424d9
.github/workflows/main-pr.yml
@@ -12,6 +12,8 @@ jobs:
12
build:
13
name: Build To Dev Slot
14
runs-on: ubuntu-latest
15
+ # Skip this workflow if dependabot run.
16
+ if: ${{ github.actor != 'dependabot[bot]' }}
17
steps:
18
- name: Git checkout
19
uses: actions/checkout@v2
@@ -66,6 +68,8 @@ jobs:
66
68
name: Smoke Test Dev Slot
67
69
70
needs: build
71
72
73
74
75
0 commit comments