Skip to content

Commit 76ceb49

Browse files
committed
re-introduce the paths requirements in the ruby workflows
1 parent 53ba22a commit 76ceb49

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/ruby-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: "Ruby: Build"
22

33
on:
44
push:
5-
# No path requirement on branch pushes, so the cache is more effective.
5+
paths:
6+
- "ruby/**"
7+
- .github/workflows/ruby-build.yml
8+
- .github/actions/fetch-codeql/action.yml
9+
- codeql-workspace.yml
610
branches:
711
- main
812
- "rc/*"

.github/workflows/ruby-qltest.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: "Ruby: Run QL Tests"
22

33
on:
44
push:
5-
# no path requirement on branch pushes, so the cache is more effective.
5+
paths:
6+
- "ruby/**"
7+
- .github/workflows/ruby-build.yml
8+
- .github/actions/fetch-codeql/action.yml
9+
- codeql-workspace.yml
610
branches:
711
- main
812
- "rc/*"

0 commit comments

Comments
 (0)