From 568b8f574a6b45c1a9103d5ad0e842dfdec5062e Mon Sep 17 00:00:00 2001 From: Connor Sullivan Date: Mon, 5 Aug 2024 00:20:09 -0400 Subject: [PATCH] Try different workflow name --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 952017f..1f7afc8 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -8,7 +8,7 @@ on: jobs: ci-build: - uses: connorjs/github-workflows/.github/workflows/npm-ci-build@v1.yaml + uses: connorjs/github-workflows/.github/workflows/npm-ci-build@v1.yaml@features/npm-ci-build with: project-type: fail-for-testing