Skip to content

Commit

Permalink
Improve stage names
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Jun 5, 2024
1 parent 20ffb2b commit 9d2604d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
name: artifact-${{ env.PACKAGE }}
path: ${{ env.PACKAGE }}/*.pkg.tar.gz

create_repo:
package_repo:
if: contains(github.ref,'refs/heads/master')
needs: [prepare_jobs, build]
runs-on: ubuntu-latest
Expand All @@ -81,9 +81,9 @@ jobs:
name: github-pages
path: repo.tar

upload_repo:
publish_repo:
if: contains(github.ref,'refs/heads/master')
needs: [create_repo]
needs: [package_repo]
runs-on: ubuntu-latest
environment:
name: github-pages
Expand All @@ -98,8 +98,7 @@ jobs:

docker-layer:
if: contains(github.ref,'refs/heads/master')
needs: [upload_repo]

needs: [publish_repo]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9d2604d

Please sign in to comment.