Skip to content

Commit

Permalink
Remove old pipelines, make commit optional
Browse files Browse the repository at this point in the history
  • Loading branch information
SevInf committed Jul 10, 2024
1 parent ccdf95d commit aa93ef8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 250 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/build-engines-apple-intel.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/build-engines-apple-silicon.yml

This file was deleted.

101 changes: 0 additions & 101 deletions .github/workflows/build-engines-react-native.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .github/workflows/build-engines-windows.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build-engines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
name: 'Release artifacts from branch ${{ github.event.ref }} for commit ${{ inputs.commit }}'
runs-on: ubuntu-22.04
concurrency:
group: ${{ inputs.commit }}
group: ${{ inputs.commit || github.sha }}
needs:
- is-release-necessary
- build-linux
Expand All @@ -155,7 +155,7 @@ jobs:

env:
BUCKET_NAME: 'prisma-builds-github-actions'
PRISMA_ENGINES_COMMIT_SHA: ${{ inputs.commit }}
PRISMA_ENGINES_COMMIT_SHA: ${{ inputs.commit || github.sha }}
DESTINATION_TARGET_PATH: 's3://prisma-builds-github-actions/all_commits/${{ inputs.commit }}'

steps:
Expand Down

0 comments on commit aa93ef8

Please sign in to comment.