From d659d8e788c1fd772e1d5026cdc8480f4763cfd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 15:11:07 +0200 Subject: [PATCH] Update workflow to run on push to master --- .github/workflows/raspberry_pi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/raspberry_pi.yml b/.github/workflows/raspberry_pi.yml index e7cf704..745d182 100644 --- a/.github/workflows/raspberry_pi.yml +++ b/.github/workflows/raspberry_pi.yml @@ -8,10 +8,7 @@ name: Raspberry Pi push: branches: - master - pull_request: -concurrency: - cancel-in-progress: true - group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + pull_request: null jobs: RaspberryPi: uses: steinwurf/cross-compile-action/.github/workflows/action.yml@6.0.0 @@ -24,3 +21,6 @@ jobs: test_binary_name: cpuid_tests test_option: --no_fail test_runner: raspberry_pi +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true