From ddbe86aa8006e0888c5ac96441fd8c926dbd39b4 Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Fri, 2 Aug 2024 17:49:42 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ba3c90c3..dd12b4eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: concurrency: group: ci-${{ github.ref }}-${{ github.event_path }} - cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: check-labels: @@ -97,4 +97,4 @@ jobs: compiler-ref: ${{ needs.fetch-lf.outputs.ref }} scheduler: ADAPTIVE all-platforms: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'mac') || contains( github.event.pull_request.labels.*.name, 'windows') }} - if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'schedulers') }} \ No newline at end of file + if: ${{ !github.event.pull_request.draft || contains( github.event.pull_request.labels.*.name, 'schedulers') }}