Skip to content

Commit 3117075

Browse files
committed
chore(ci): enable path filters for hive consume workflow
1 parent 782fd82 commit 3117075

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/hive-consume.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
branches:
66
- 'forks/**'
77
pull_request:
8-
# TODO: After initial testing, uncomment these paths to only run on relevant changes:
9-
# paths:
10-
# - '.github/workflows/hive-consume.yaml'
11-
# - 'packages/tests/src/pytest_plugins/consume/**'
12-
# - 'packages/tests/src/pytest_plugins/pytest_hive/**'
13-
# - 'packages/testing/src/execution_testing/cli/pytest_commands/plugins/consume/**'
8+
paths:
9+
- '.github/workflows/hive-consume.yaml'
10+
- 'packages/tests/src/pytest_plugins/consume/**'
11+
- 'packages/tests/src/pytest_plugins/pytest_hive/**'
12+
- 'packages/testing/src/execution_testing/cli/pytest_commands/plugins/consume/**'
1413
workflow_dispatch:
1514

1615
concurrency:

0 commit comments

Comments
 (0)