From c0a9227e2dd3b04f52b9cfd45b88fce55bd1f287 Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Wed, 12 Jun 2024 13:21:54 -0700 Subject: [PATCH] ci.yaml: Pin `pathogen-repo-ci` Pin the `pathogen-repo-ci` to v0, which is before changes for the "smart" workflow were added. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ae702eb2e..5b492034e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ on: jobs: test-build: - uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master + uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0 with: build-args: all_regions -j 2 --profile nextstrain_profiles/nextstrain-ci