Skip to content

Commit b82f759

Browse files
fix paths
1 parent 32f65d6 commit b82f759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend-integration-azure_bicep_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
paths:
99
- 'backend-integration/**'
10-
- '.github/workflows/lib-azure-bicep-validation.yml'
10+
- '.github/workflows/backend-integration-azure_bicep_validate.yml'
1111

1212
# Use concurrency to ensure that only a single job or workflow using the same concurrency group will run at a time
1313
concurrency:

.github/workflows/backend-integration-azure_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
paths:
99
- 'backend-integration/**'
10-
- '.github/workflows/backend-integration-azure-deploy.yml'
10+
- '.github/workflows/backend-integration-azure_deploy.yml'
1111

1212
# Use concurrency to ensure that only a single job or workflow using the same concurrency group will run at a time
1313
concurrency:

0 commit comments

Comments
 (0)