Skip to content

Commit cc83cc9

Browse files
fix name
1 parent ca57efc commit cc83cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
- main
88
paths:
99
- 'backend-integration/**'
10-
- '.github/workflows/backend-integration-dev-code_validation_and_docs.yml'
10+
- '.github/workflows/backend-integration-code_validation_and_docs.yml'
1111
pull_request:
1212
paths:
1313
- 'backend-integration/**'
14-
- '.github/workflows/backend-integration-dev-code_validation_and_docs.yml'
14+
- '.github/workflows/backend-integration-code_validation_and_docs.yml'
1515

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

0 commit comments

Comments
 (0)