Skip to content

ci: Add ci:fulltest automated handling #2

ci: Add ci:fulltest automated handling

ci: Add ci:fulltest automated handling #2

Workflow file for this run

name: ci-labels
on:
pull_request:
types:
- labeled
- unlabeled
permissions:
contents: read
jobs:
handle-ci-label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
sparse-checkout: .github/workflows/build.yml
- name: Call `build` workflow
if: github.event.label.name == 'ci:fulltest'
uses: ./.github/workflows/build.yml