Skip to content

Commit 9ea833b

Browse files
Fix formatting issue in CI workflow by removing leading space in path
1 parent c9c92b9 commit 9ea833b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'azure.yaml'
1313
- '.github/workflows/CI.yml'
1414
- '.github/workflows/test-automation.yml'
15-
- ' tests/**'
15+
- 'tests/**'
1616
schedule:
1717
- cron: "0 10,22 * * *" # Runs at 10:00 AM and 10:00 PM GMT
1818

0 commit comments

Comments
 (0)