Skip to content

Commit 07b2dc7

Browse files
authored
Update deploy-config.yml (#8168)
Update th deploy config workflow to skip itself if it's a dependabot pr. The workflow will still work if we push code to the branch ourselves.
1 parent aa412d3 commit 07b2dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
test:
2828
name: Deploy Firebase Project Rules and Functions
2929
runs-on: ubuntu-latest
30+
if: (github.actor != 'dependabot[bot]')
3031

3132
steps:
3233
- name: Checkout Repo

0 commit comments

Comments
 (0)