Skip to content

Commit

Permalink
temp workaround for issue551, do not build modelled crossings (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris authored Jul 22, 2024
1 parent dd3384f commit 028fcf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production-bcfishpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,12 +30,12 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Build modelled crossings
run: jobs/model_stream_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
Expand Down

0 comments on commit 028fcf2

Please sign in to comment.