Skip to content

Commit 05f3c0a

Browse files
committed
Move calculate-job-matrix.py to ci/github-actions
1 parent ce3263e commit 05f3c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/calculate-job-matrix.py renamed to src/ci/github-actions/calculate-job-matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
import yaml
1717

18-
JOBS_YAML_PATH = Path(__file__).absolute().parent.parent / "github-actions" / "jobs.yml"
18+
JOBS_YAML_PATH = Path(__file__).absolute().parent / "jobs.yml"
1919

2020

2121
if __name__ == "__main__":

0 commit comments

Comments
 (0)