Skip to content

Commit a740e84

Browse files
authored
[GHA] Fix typo in path for triggering metrics container build (#486)
Follows up on #484 and removes an extra `.` from one of the pull request paths
1 parent 7864c78 commit a740e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-operations-metrics-container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- main
1616
paths:
1717
- .github/workflows/build-operations-metrics-container.yml
18-
- '.llvm-ops-metrics/ops-container/**'
18+
- 'llvm-ops-metrics/ops-container/**'
1919

2020
jobs:
2121
build-operations-metrics-container:

0 commit comments

Comments
 (0)