forked from Conjure-Tools/unity-runner
tweaked to be a if on the job itself
This commit is contained in:
parent
561a526724
commit
605772a093
@ -44,10 +44,8 @@ jobs:
|
|||||||
- linux-il2cpp
|
- linux-il2cpp
|
||||||
|
|
||||||
name: Build 🐳 ${{ matrix.platform }}
|
name: Build 🐳 ${{ matrix.platform }}
|
||||||
|
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == '' || github.event.inputs.platform == matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
- name: Skip if platform does not match input
|
|
||||||
if: ${{ github.event.inputs.platform != 'all' && github.event.inputs.platform != '' && matrix.platform != github.event.inputs.platform }}
|
|
||||||
run: exit 0
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user