From 443238df3f6f3797d47af1c13aab88f0088cb07c Mon Sep 17 00:00:00 2001 From: Bugen Zhao Date: Thu, 8 Feb 2024 11:23:18 +0800 Subject: [PATCH] add concurrency group and verbose flag Signed-off-by: Bugen Zhao --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 049b035..345da02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,9 @@ on: branches: - main pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + cancel-in-progress: true jobs: test-bot: strategy: @@ -38,7 +41,7 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae + - run: brew test-bot --only-formulae --verbose if: github.event_name == 'pull_request' env: HOMEBREW_GITHUB_API_TOKEN: ${{ github.token }} # required