Skip to content

Commit

Permalink
X
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 28, 2024
1 parent e076892 commit eb17a99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Containers
run-name: "Building images 🚀"
on: [push]
jobs:
exclude-job:
exclude-job:
name: Generate exclude job vars
runs-on: ubuntu-latest
outputs:
Expand All @@ -23,7 +23,7 @@ jobs:
else
echo 'jobs=[]' >> $GITHUB_OUTPUT # 5
fi
build-job:
build-job:
name: Build
runs-on: ubuntu-latest
needs: exclude-job
Expand Down Expand Up @@ -203,7 +203,6 @@ jobs:
with:
name: release-${{ matrix.model }}-${{ matrix.ui }}
path: ${{ github.workspace }}/artifacts

release-job:
name: Publish
needs: build-job
Expand Down

0 comments on commit eb17a99

Please sign in to comment.