Adjust action due to label change (#4564)

This commit is contained in:
Igor Pečovnik
2022-12-14 01:43:15 +01:00
committed by GitHub
parent 6e4ad5aa1f
commit cbbbaf7e96

View File

@@ -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: