diff --git a/.gitea/workflows/build-latest-image.yaml b/.gitea/workflows/build-latest-image.yaml index dbe0d2f..d3dc1f1 100644 --- a/.gitea/workflows/build-latest-image.yaml +++ b/.gitea/workflows/build-latest-image.yaml @@ -44,10 +44,8 @@ jobs: - linux-il2cpp name: Build 🐳 ${{ matrix.platform }} + if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == '' || github.event.inputs.platform == matrix.platform }} 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 - name: Login to Docker Registry