Skip to content

Commit

Permalink
fix invalid yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 14, 2024
1 parent 33c5f70 commit b626bd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/production-load-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Run job script
run: jobs/load_fwa
load-static:
load-bcfishobs-static:
runs-on: ubuntu-latest
environment: staging
container: ghcr.io/smnorris/bcfishpass:main
Expand All @@ -28,13 +28,13 @@ jobs:
mkdir -p .make
make -t .make/setup
make .make/load_static
load-static:
load-bcfishpass-static:
runs-on: ubuntu-latest
environment: staging
container: ghcr.io/smnorris/bcfishpass:main
needs: load-fwa
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run job script
- name: Load static bcfishpass data
run: jobs/load_static

0 comments on commit b626bd1

Please sign in to comment.