Skip to content

Commit

Permalink
do not upload artifact for latest build to reduce build time
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Aug 8, 2024
1 parent ef96f83 commit 611ce4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
key: build-${{ github.sha }}-${{ github.run_id }}

upload-artifact:
if: inputs.deploy_prod == true
runs-on: ubuntu-latest
needs: [ build ]
steps:
Expand Down

0 comments on commit 611ce4b

Please sign in to comment.