summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Patry <patry.nicolas@protonmail.com>2023-12-29 12:12:10 +0100
committerNicolas Patry <patry.nicolas@protonmail.com>2023-12-29 12:12:10 +0100
commit4907c63ea1deb4ee4a5eb78b2b3f33ebc36a598e (patch)
tree271b1094fbacd9a072d88674a7983f8da7a26701
parentd76ac20e0e84a2ed098f50d8aed3def686ec9311 (diff)
downloadcandle-4907c63ea1deb4ee4a5eb78b2b3f33ebc36a598e.tar.gz
candle-4907c63ea1deb4ee4a5eb78b2b3f33ebc36a598e.tar.bz2
candle-4907c63ea1deb4ee4a5eb78b2b3f33ebc36a598e.zip
Ignore stop on remote forks.
-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 0767e839..c67475f2 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() }} # required to stop the runner even if the error happened in the previous jobs
+ 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
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1