From bf79d131c57819b5b642fe0eb9f7ea0af2c5f17a Mon Sep 17 00:00:00 2001 From: Simon Norris Date: Mon, 22 Jul 2024 14:11:01 -0700 Subject: [PATCH] temp workaround for 551, do not build modelled crossings --- .github/workflows/production-bcfishpass.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/production-bcfishpass.yaml b/.github/workflows/production-bcfishpass.yaml index c6b276d2..35db86b7 100644 --- a/.github/workflows/production-bcfishpass.yaml +++ b/.github/workflows/production-bcfishpass.yaml @@ -21,7 +21,7 @@ jobs: run: | cp parameters/example_newgraph/*csv parameters/ jobs/load_csv - build-xings: + load-xings: runs-on: ubuntu-latest environment: production container: ghcr.io/smnorris/bcfishpass:main @@ -29,13 +29,13 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 - - name: Build modelled crossings - run: jobs/model_stream_crossings + - name: Load modelled crossings + run: jobs/load_modelled_stream_crossings prep: runs-on: ubuntu-latest environment: production container: ghcr.io/smnorris/bcfishpass:main - needs: build-xings + needs: load-xings steps: - name: Check out repository code uses: actions/checkout@v4