Skip to content

Commit

Permalink
Update workflow to run on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
loglund committed Aug 22, 2023
1 parent b021644 commit d659d8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/raspberry_pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit d659d8e

Please sign in to comment.