Skip to content

Commit

Permalink
Skip staging deploying for bot PRs
Browse files Browse the repository at this point in the history
Updates #727

Needed in #732
  • Loading branch information
kachick committed Nov 28, 2022
1 parent a2cbbb8 commit ee919c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Deploy to Firebase Hosting on PR
- '.eslintrc.yml'
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} && (github.actor != 'dependabot[bot]') && (github.actor != 'renovate[bot]') }}
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down

0 comments on commit ee919c4

Please sign in to comment.