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 d659d8e commit a86a9ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ name: Valgrind
push:
branches:
- master
pull_request:
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
pull_request: null
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@5.0.0
with:
extra_resolve_options: ${{ github.events.inputs.extra_resolve_options }}
test_command: python3 waf --run_tests --run_cmd="valgrind %s --no_fail"
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

0 comments on commit a86a9ee

Please sign in to comment.