Skip to content

Commit

Permalink
fix prod yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 5, 2024
1 parent 232b3b9 commit a629f25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bcfishpass-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
jobs:
modelled-stream-crossings:
xings:
runs-on: ubuntu-latest
environment: production
container: ghcr.io/smnorris/bcfishpass:main
Expand All @@ -14,21 +14,21 @@ jobs:
uses: actions/checkout@v4
- name: Run the jobs
run: jobs/bcfishpass01_modelledcrossings
jobs:
model-prep:
prep:
runs-on: ubuntu-latest
environment: production
container: ghcr.io/smnorris/bcfishpass:main
needs: xings
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run the jobs
run: jobs/bcfishpass02_prep
jobs:
model-prep:
model:
runs-on: ubuntu-latest
environment: production
container: ghcr.io/smnorris/bcfishpass:main
needs: prep
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit a629f25

Please sign in to comment.