CI: migrate each workflow to use reusable workflow from dedicated repo
[openwrt/staging/stintel.git] / .github / workflows / label-target.yml
1 # ci:target:x86:64 is going to trigger CI target check jobs for x86/64 target
2
3 name: Build check target specified in labels
4 on:
5 pull_request:
6 types:
7 - labeled
8
9 jobs:
10 build-target-label:
11 name: Build target from defined label
12 permissions:
13 contents: read
14 packages: read
15 actions: write
16 uses: openwrt/actions-shared-workflows/.github/workflows/label-target.yml@main