Skip to content

Commit

Permalink
temp workaround for 551, do not build modelled crossings
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jul 22, 2024
1 parent 5d01baa commit bf79d13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/production-bcfishpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@ 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
needs: load-csv
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
Expand Down

0 comments on commit bf79d13

Please sign in to comment.