From 35d5c53d9682218675d291fc0092ef2636763009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20H=C3=B8jlund=20Larsen?= Date: Tue, 22 Aug 2023 15:11:34 +0200 Subject: [PATCH] Update workflow to run on push to master --- .github/workflows/raspberry_pi.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/raspberry_pi.yml b/.github/workflows/raspberry_pi.yml index af565ca..76e0a07 100644 --- a/.github/workflows/raspberry_pi.yml +++ b/.github/workflows/raspberry_pi.yml @@ -8,7 +8,7 @@ name: Raspberry Pi push: branches: - master - pull_request: + pull_request: null jobs: RaspberryPi: uses: steinwurf/cross-compile-action/.github/workflows/action.yml@6.0.0 @@ -20,3 +20,6 @@ jobs: test_binary_directory: build/cxx_raspberry_gxx83_armv7/test test_binary_name: recycle_tests test_runner: raspberry_pi +concurrency: + group: ${{ github.workflow }}-${{ github.ref || github.run_id }} + cancel-in-progress: true