summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-12-29 12:15:57 +0100
committerNicolas Patry <patry.nicolas@protonmail.com>2023-12-29 12:15:57 +0100
commitadc95ca2bf6f165b4d5045a791e56de83d71d7b4 (patch)
tree0446b7f7ef4c6399f4e47ebea1b70eb5aa07d328 /.github
parent4907c63ea1deb4ee4a5eb78b2b3f33ebc36a598e (diff)
downloadcandle-adc95ca2bf6f165b4d5045a791e56de83d71d7b4.tar.gz
candle-adc95ca2bf6f165b4d5045a791e56de83d71d7b4.tar.bz2
candle-adc95ca2bf6f165b4d5045a791e56de83d71d7b4.zip
Ignore skipped.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci_cuda.yaml2
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