Skip to content

Commit

Permalink
Update Raspberry Pi to be concurrent
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent ce88a93 commit 3a9cbb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/raspberry_pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ jobs:
test_runner: raspberry_pi
test_binary_name: recycle_tests
test_binary_directory: build/cxx_raspberry_gxx83_armv7/test

# Cancel previous in-progress when pushing: https://stackoverflow.com/a/72408109
concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

0 comments on commit 3a9cbb5

Please sign in to comment.