From a8e146495f980bdc8455711cdc1c4012acf2ce8c Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Fri, 1 Nov 2024 02:45:05 +0900 Subject: [PATCH] Fix missing checks in merge queue --- .github/workflows/test_accuracy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_accuracy.yml b/.github/workflows/test_accuracy.yml index 46f50f21..d9f0a7bd 100644 --- a/.github/workflows/test_accuracy.yml +++ b/.github/workflows/test_accuracy.yml @@ -1,6 +1,10 @@ name: test_accuracy permissions: read-all -on: pull_request +on: + pull_request: + merge_group: + branches: + - master concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true