label-target.yml 405 B

12345678910111213141516
  1. # ci:target:x86:64 is going to trigger CI target check jobs for x86/64 target
  2. name: Build check target specified in labels
  3. on:
  4. pull_request:
  5. types:
  6. - labeled
  7. jobs:
  8. build-target-label:
  9. name: Build target from defined label
  10. permissions:
  11. contents: read
  12. packages: read
  13. actions: write
  14. uses: openwrt/actions-shared-workflows/.github/workflows/label-target.yml@main