diff --git a/.github/workflows/common-performance.yml b/.github/workflows/common-performance.yml index 5727a1cc..143f0258 100644 --- a/.github/workflows/common-performance.yml +++ b/.github/workflows/common-performance.yml @@ -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/cancel-action@0.4 + run-client: runs-on: vm-client needs: [build-client, build-server] @@ -287,6 +291,10 @@ jobs: --build-arg QPEP_CCA=${{ inputs.cca }} \ . + - name: Auto-cancel workflow on error + if: failure() + uses: andymckay/cancel-action@0.4 + run-server: runs-on: vm-server needs: [ build-client, build-server ]