From 5a609dfc9d20643873302fe82f09a443ff710ac8 Mon Sep 17 00:00:00 2001 From: tbro Date: Wed, 14 Aug 2024 14:22:46 +0300 Subject: [PATCH] do not cancel job on `main` --- .github/workflows/slowtest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slowtest.yaml b/.github/workflows/slowtest.yaml index 420e5df4b..1653faa9d 100644 --- a/.github/workflows/slowtest.yaml +++ b/.github/workflows/slowtest.yaml @@ -15,7 +15,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true + cancel-in-progress: ${{ !contains(github.ref, 'main')}} env: RUSTFLAGS: '--cfg async_executor_impl="async-std" --cfg async_channel_impl="async-std"'