ci: ignore release please bot

This might not be the right name but no good way to test
This commit is contained in:
Elliott Marquez 2023-08-14 13:28:29 -07:00 committed by GitHub
parent e836dc333b
commit 32cac38caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ name: Deploy to Firebase Hosting on PR
'on': pull_request 'on': pull_request
jobs: jobs:
build_and_preview: build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' if: github.actor != 'release-please[bot]' && github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3