From cfbe8ec8707b1517fa653368b55e7c8826e989b0 Mon Sep 17 00:00:00 2001 From: Cesar Varela Date: Wed, 24 Apr 2024 18:00:41 -0300 Subject: [PATCH] specify workflow id --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 2ae285d16e..f1a117fcb5 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -7,7 +7,7 @@ on: types: [opened, synchronize, reopened] concurrency: - group: ${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: