Skip to content

Commit

Permalink
Fix pre-release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Dramelac committed Dec 20, 2023
1 parent 60e1cd6 commit 894cab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/entrypoint_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
uses: ./.github/workflows/sub_testing.yml

preprod_test:
name: Code testing
name: Pre-prod code testing
runs-on: ubuntu-latest
needs: code_test
steps:
- uses: actions/checkout@master
with:
Expand All @@ -30,7 +31,7 @@ jobs:
build:
name: Build Python 🐍 distributions
runs-on: ubuntu-latest
needs: test
needs: preprod_test
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 894cab2

Please sign in to comment.