Skip to content

Commit

Permalink
Skip PR tests for implementations without change
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Sep 7, 2023
1 parent 1ac00cd commit 7631f0d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
paths:
- c/**
- dart/**
- testdata/**
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
paths:
- c/**
- dotnet/**
- testdata/**
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
paths:
- c/**
- go/**
- testdata/**
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
paths:
- c/**
- java/**
- testdata/**
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
paths:
- c/**
- javascript/**
- testdata/**
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
paths:
- c/**
- perl/**
- testdata/**
workflow_call:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
paths:
- c/**
- php/**
- testdata/**
workflow_call:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ on:
- main
- renovate/**
paths:
- php/**
- python/**
- testdata/**
pull_request:
branches:
- main
paths:
- c/**
- python/**
- testdata/**
workflow_call:

Expand Down

0 comments on commit 7631f0d

Please sign in to comment.