Skip to content

Commit

Permalink
Make prod/pude environments not based on int
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Jan 9, 2024
1 parent b9a6e90 commit 49e527c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dependency_track_api_key: ${{ secrets.DEPTRACK_API_KEY }}

build-prod:
needs: [lint, test, build-int]
needs: [lint, test]
uses: ./.github/workflows/reusable-build.yaml
with:
environment: pitc-ptime-prod
Expand All @@ -61,7 +61,7 @@ jobs:
dependency_track_api_key: ${{ secrets.DEPTRACK_API_KEY }}

build-pude:
needs: [lint, test, build-int]
needs: [lint, test]
uses: ./.github/workflows/reusable-build.yaml
with:
environment: pude-ptime-prod
Expand Down

0 comments on commit 49e527c

Please sign in to comment.