From cd211e46829693cb8f27ee88183b38a255513888 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Fri, 22 Nov 2024 11:05:39 +0100 Subject: [PATCH] if always to a step --- .github/workflows/tests-misc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-misc.yml b/.github/workflows/tests-misc.yml index 0444b09806c91..27c308e083b5c 100644 --- a/.github/workflows/tests-misc.yml +++ b/.github/workflows/tests-misc.yml @@ -162,7 +162,7 @@ jobs: node-bench-regression-guard: timeout-minutes: 20 - if: always() && !cancelled() && ${{ github.event_name == 'pull_request' }} && !${{github.event_name == 'merge_group' }} + if: always() && !cancelled() runs-on: ubuntu-latest needs: [preflight, cargo-check-benches] steps: @@ -183,6 +183,7 @@ jobs: - name: script id: compare + if: always() run: | if [ "${{ github.ref_name }}" = "master" ]; then echo -e "Exiting on master branch"