From 4907c63ea1deb4ee4a5eb78b2b3f33ebc36a598e Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 29 Dec 2023 12:12:10 +0100 Subject: Ignore stop on remote forks. --- .github/workflows/ci_cuda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3