We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782fd82 commit 3117075Copy full SHA for 3117075
.github/workflows/hive-consume.yaml
@@ -5,12 +5,11 @@ on:
5
branches:
6
- 'forks/**'
7
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/**'
+ paths:
+ - '.github/workflows/hive-consume.yaml'
+ - 'packages/tests/src/pytest_plugins/consume/**'
+ - 'packages/tests/src/pytest_plugins/pytest_hive/**'
+ - 'packages/testing/src/execution_testing/cli/pytest_commands/plugins/consume/**'
14
workflow_dispatch:
15
16
concurrency:
0 commit comments