@samitouri / QOS-React / commits / 0e6d8c3d1a

[ci] fix path in compiler_typescript.yml (#30651)

The path was incorrect, so the job didn\t run on changes to it.

Jan Kassens committed Aug 9, 2024 at 13:21 UTC 0e6d8c3d1a7adf1db5a4dbe8bba6b8d6c0f31097
1 file changed +1 -1
.github/workflows/compiler_typescript.yml
+1 -1
@@ -6,7 +6,7 @@ on:
6 pull_request:
7 paths:
8 - compiler/**
9 - - .github/workflows/compiler-typescript.yml
9 + - .github/workflows/compiler_typescript.yml
10
11 env:
12 TZ: /usr/share/zoneinfo/America/Los_Angeles