Skip to content

Commit

Permalink
Update deploy-config.yml (#8168)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DellaBitta authored Apr 15, 2024
1 parent aa412d3 commit 07b2dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
test:
name: Deploy Firebase Project Rules and Functions
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]')

steps:
- name: Checkout Repo
Expand Down

0 comments on commit 07b2dc7

Please sign in to comment.