Skip to content

Commit b0e2c76

Browse files
authored
Modify integration test workflow configuration
Updated concurrency group name to include branch reference and removed .txt files from paths-ignore.
1 parent 5925618 commit b0e2c76

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/container_integration_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
paths-ignore:
1515
- "doc/**"
1616
- "**/*.md"
17-
- "**/*.txt"
1817
- ".github/ISSUE_TEMPLATE/**"
1918
- ".github/*.md"
2019
pull_request:
@@ -28,7 +27,7 @@ on:
2827
- ".github/*.md"
2928

3029
concurrency:
31-
group: "container-integration-tests-group"
30+
group: "container-integration-tests-${{ github.ref }}"
3231
cancel-in-progress: true
3332

3433
jobs:
@@ -330,4 +329,4 @@ jobs:
330329
- name: Final Docker cleanup
331330
if: always()
332331
run: |
333-
docker system prune -af || true
332+
docker system prune -af || true

0 commit comments

Comments
 (0)