Skip to content

Commit

Permalink
Merge pull request #95 from radarhere/gha-docs-only
Browse files Browse the repository at this point in the history
Run valgrind tests when GitHub Actions file changes
  • Loading branch information
hugovk committed Mar 4, 2023
2 parents 06cb342 + 1497e9e commit 61fecdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ name: Test Valgrind
on:
push:
paths:
- ".github/workflows/test-valgrind.yml"
- "**.c"
- "**.h"
pull_request:
paths:
- ".github/workflows/test-valgrind.yml"
- "**.c"
- "**.h"
workflow_dispatch:

permissions:
contents: read

concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

Expand Down

0 comments on commit 61fecdb

Please sign in to comment.