Adjust action due to label change (#4564)
This commit is contained in:
parent
6e4ad5aa1f
commit
cbbbaf7e96
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user