Skip to content

Commit

Permalink
Fixed an error, defined a version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bmclaughlin committed Jun 6, 2024
1 parent 1ef70a8 commit 14106b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci_standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
ci_dab:
strategy:
fail-fast: false
matrix:
galaxy_ng_version:
- master
uses: "./.github/workflows/ci_dab.yml"
with:
galaxy_ng_version: master
galaxy_ng_version: ${{ matrix.galaxy_ng_version }}
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}
src_env_file: .github/files/dab_jwt.py
target_env_file: ./galaxy_ng/dev/oci_env_integration/actions/dab_gwt.py
Expand Down

0 comments on commit 14106b0

Please sign in to comment.