From 48b652d9c9adf16d39e8acda8cb924eb84ee0b8f Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Mon, 10 Jun 2024 17:28:37 -0700 Subject: [PATCH 1/2] ci.yaml: Change line endings to LF --- .github/workflows/ci.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e753afe..adbb608 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,11 +1,11 @@ -name: CI - -on: - - push - - pull_request - -jobs: - ci: - uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master - with: - build-args: test_target +name: CI + +on: + - push + - pull_request + +jobs: + ci: + uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master + with: + build-args: test_target From 6389a59eb8f35ae81b88fd1fb7df6d84fd0efa9c Mon Sep 17 00:00:00 2001 From: Jover Lee Date: Mon, 10 Jun 2024 17:29:06 -0700 Subject: [PATCH 2/2] 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index adbb608..3d45e5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,6 +6,9 @@ on: jobs: ci: - uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master + # Pin pathogen-repo-ci since this repo's file structure does not conform to + # to the smart pathogen-repo-ci. It's unclear if it every will completely + # conform since this is a collaborative repo with an external group. + uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0 with: build-args: test_target