Skip to content

Commit

Permalink
Fix ODS-tools branch selection
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Sep 13, 2023
1 parent eb3ab05 commit 14fb347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ignore_unfixed: true
cve_severity: ${{ github.event_name != 'workflow_dispatch' && 'CRITICAL,HIGH' || inputs.cve_severity }}
oasislmf_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.oasislmf_branch }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'fix/compat-model-settings-post' || inputs.ods_branch }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.ods_branch }}

setup:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14fb347

Please sign in to comment.