diff options
author | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-12-29 12:15:57 +0100 |
---|---|---|
committer | Nicolas Patry <patry.nicolas@protonmail.com> | 2023-12-29 12:15:57 +0100 |
commit | adc95ca2bf6f165b4d5045a791e56de83d71d7b4 (patch) | |
tree | 0446b7f7ef4c6399f4e47ebea1b70eb5aa07d328 /.github | |
parent | 4907c63ea1deb4ee4a5eb78b2b3f33ebc36a598e (diff) | |
download | candle-adc95ca2bf6f165b4d5045a791e56de83d71d7b4.tar.gz candle-adc95ca2bf6f165b4d5045a791e56de83d71d7b4.tar.bz2 candle-adc95ca2bf6f165b4d5045a791e56de83d71d7b4.zip |
Ignore skipped.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_cuda.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_cuda.yaml b/.github/workflows/ci_cuda.yaml index c67475f2..02814ed7 100644 --- a/.github/workflows/ci_cuda.yaml +++ b/.github/workflows/ci_cuda.yaml @@ -72,7 +72,7 @@ jobs: runs-on: ubuntu-latest env: AWS_REGION: us-east-1 - if: ${{ always() && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }} # required to stop the runner even if the error happened in the previous jobs + if: ${{ (success() || failure()) && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }} # required to stop the runner even if the error happened in the previous jobs steps: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v1 |