From fb94b58491463091d0ad8b6eaafe1533e6ad24d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 15:11:06 +0200 Subject: [PATCH] Update workflow to run on push to master --- .github/workflows/macos_mkspecs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_mkspecs.yml b/.github/workflows/macos_mkspecs.yml index ed8359d..b7896f5 100644 --- a/.github/workflows/macos_mkspecs.yml +++ b/.github/workflows/macos_mkspecs.yml @@ -8,13 +8,13 @@ name: MacOS C++ make-specs push: branches: - master - pull_request: -concurrency: - cancel-in-progress: true - group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + pull_request: null jobs: MacOS-mkspecs: uses: steinwurf/macos-mkspecs-action/.github/workflows/action.yml@7.0.0 with: extra_resolve_options: ${{ github.events.inputs.extra_resolve_options }} test_command: python3 waf --run_tests --run_cmd="%s --no_fail" +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true