From 878315dcaf6d5bcc1b97746b3cc1835415314103 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 14 Aug 2023 18:48:14 +0300 Subject: [PATCH] fix: fix CI concurrency (#9088) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c3a3d441e..9afe6f75a6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ permissions: # additional changes concurrency: group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.event_name == 'pull_request' }} + cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} jobs: changes: