Skip to content

ci: Add ci:fulltest automated handling #1

ci: Add ci:fulltest automated handling

ci: Add ci:fulltest automated handling #1

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: Call `build` workflow
if: github.event.label.name == 'ci:fulltest'
uses: ./.github/workflows/build.yml