From 6131f9fc915a1b47d2868eed436861df57c86574 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Mon, 16 Sep 2024 14:58:58 -0400 Subject: [PATCH] fix matrix-workflow --- .github/workflows/matrix-and-codecov-on-merge-to-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml index 091d9f50..b1102cce 100644 --- a/.github/workflows/matrix-and-codecov-on-merge-to-main.yml +++ b/.github/workflows/matrix-and-codecov-on-merge-to-main.yml @@ -12,7 +12,7 @@ on: jobs: coverage-and-matrix: - uses: Billingegroup/release-scripts/.github/workflows/_coverage-and-matrix.yml@v0 + uses: Billingegroup/release-scripts/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml@v0 with: project: diffpy.utils c_extension: false