We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fba503 + 34a458f commit 0047f7aCopy full SHA for 0047f7a
.github/workflows/acceptance_test.yml
@@ -13,6 +13,7 @@ on:
13
- 'test_pack_dock.yml'
14
- 'triage.yml'
15
- 'end_to_end.yml'
16
+ - 'web/**'
17
concurrency:
18
group: ${{ github.head_ref }}
19
cancel-in-progress: true
.github/workflows/end_to_end.yml
@@ -14,6 +14,7 @@ on:
- 'acceptance_test.yml'
pull_request:
branches: [ master ]
20
paths-ignore:
@@ -27,6 +28,7 @@ on:
27
28
29
30
31
32
jobs:
33
validate_gradle_wrapper:
34
runs-on: ubuntu-latest
0 commit comments