mirror of
https://github.com/material-components/material-web.git
synced 2026-01-09 07:21:09 +08:00
ci: ignore release please bot
This might not be the right name but no good way to test
This commit is contained in:
parent
e836dc333b
commit
32cac38caf
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user