mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Adjust action due to label change (#4564)
This commit is contained in:
4
.github/workflows/build-kernel-pr.yml
vendored
4
.github/workflows/build-kernel-pr.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
Check:
|
||||
name: Checking
|
||||
if: ${{ github.repository_owner == 'Armbian' && contains( github.event.pull_request.labels.*.name, 'Ready :arrow_right:') }}
|
||||
if: ${{ github.repository_owner == 'Armbian' && contains( github.event.pull_request.labels.*.name, 'Ready for review :arrow_right:') }}
|
||||
uses: armbian/scripts/.github/workflows/check-for-changes.yml@master
|
||||
|
||||
with:
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
|
||||
Build:
|
||||
needs: Check
|
||||
if: ${{ github.repository_owner == 'Armbian' && contains( github.event.pull_request.labels.*.name, 'Ready :arrow_right:') }}
|
||||
if: ${{ github.repository_owner == 'Armbian' && contains( github.event.pull_request.labels.*.name, 'Ready for review :arrow_right:') }}
|
||||
uses: armbian/scripts/.github/workflows/build-kernel.yml@master
|
||||
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user