Skip to content

Commit

Permalink
fix cache cleanup, abort on build error
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 3, 2024
1 parent 67d571a commit 2047b36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ jobs:
path: ${{ github.workspace }}/build
key: qpep-${{ github.head_ref || github.ref_name }}

- name: Auto-cancel workflow on error
if: failure()
uses: andymckay/[email protected]

run-client:
runs-on: vm-client
needs: [build-client, build-server]
Expand Down Expand Up @@ -287,6 +291,10 @@ jobs:
--build-arg QPEP_CCA=${{ inputs.cca }} \
.
- name: Auto-cancel workflow on error
if: failure()
uses: andymckay/[email protected]

run-server:
runs-on: vm-server
needs: [ build-client, build-server ]
Expand Down

0 comments on commit 2047b36

Please sign in to comment.