Skip to content

Commit ec61c60

Browse files
committed
Trigger integration tests for updated packages
1 parent 9634a69 commit ec61c60

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/alioss-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths:
77
- ".github/workflows/alioss-integration.yml"
88
- "alioss/**"
9+
- "go.mod"
10+
- "go.sum"
911
push:
1012
branches:
1113
- main

.github/workflows/azurebs-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths:
77
- ".github/workflows/azurebs-integration.yml"
88
- "azurebs/**"
9+
- "go.mod"
10+
- "go.sum"
911
push:
1012
branches:
1113
- main

.github/workflows/gcs-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
paths:
77
- ".github/workflows/gcs-integration.yml"
88
- "gcs/**"
9-
push:
9+
- "go.mod"
10+
- "go.sum"
11+
push:
1012
branches:
1113
- "main"
1214

.github/workflows/s3-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
paths:
77
- ".github/workflows/s3-integration.yml"
88
- "s3/**"
9+
- "go.mod"
10+
- "go.sum"
911
push:
1012
branches:
1113
- main

0 commit comments

Comments
 (0)