mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: trigger DevTools flow on label
This commit is contained in:
parent
1bd90f861e
commit
35424cbc2b
4
.github/workflows/devtools.yml
vendored
4
.github/workflows/devtools.yml
vendored
@ -4,7 +4,8 @@ name: DevTools CI
|
|||||||
permissions: read-all
|
permissions: read-all
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
pull_request:
|
||||||
|
types: [labeled]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref || github.run_id }}
|
group: ${{ github.head_ref || github.run_id }}
|
||||||
@ -14,6 +15,7 @@ jobs:
|
|||||||
build-puppeteer:
|
build-puppeteer:
|
||||||
name: Build Puppeteer
|
name: Build Puppeteer
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: contains(github.event.label.name, 'devtools')
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user