Skip to content

Commit

Permalink
Skip non-wheel CI runs for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 15, 2023
1 parent 0be67e5 commit b2acb0c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- ".travis.yml"
- "docs/**"
- "wheels/**"
tags-ignore:
- "**"
pull_request:
paths-ignore:
- ".github/workflows/docs.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- ".travis.yml"
- "docs/**"
- "wheels/**"
tags-ignore:
- "**"
pull_request:
paths-ignore:
- ".github/workflows/docs.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- ".travis.yml"
- "docs/**"
- "wheels/**"
tags-ignore:
- "**"
pull_request:
paths-ignore:
- ".github/workflows/docs.yml"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-valgrind.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Test Valgrind

# like the docker tests, but running valgrind only on *.c/*.h changes.
# like the Docker tests, but running valgrind only on *.c/*.h changes.

on:
push:
paths:
- ".github/workflows/test-valgrind.yml"
- "**.c"
- "**.h"
tags-ignore:
- "**"
pull_request:
paths:
- ".github/workflows/test-valgrind.yml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- ".travis.yml"
- "docs/**"
- "wheels/**"
tags-ignore:
- "**"
pull_request:
paths-ignore:
- ".github/workflows/docs.yml"
Expand Down

0 comments on commit b2acb0c

Please sign in to comment.