Skip to content

Commit

Permalink
Set CI testing default branch to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Jan 17, 2025
1 parent dfda36a commit 39b1de9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: OasisLMF/ODS_Tools/.github/workflows/build.yml@main
secrets: inherit
with:
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.ods_branch }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'stable/3.2.x' || inputs.ods_branch }}

schema:
if: ${{ ! failure() || ! cancelled() }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
ignore_unfixed: true
#cve_severity: ${{ github.event_name != 'workflow_dispatch' && 'CRITICAL,HIGH' || inputs.cve_severity }}
cve_severity: ${{ github.event_name != 'workflow_dispatch' && 'SKIP' || inputs.cve_severity }}
oasislmf_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.oasislmf_branch }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.ods_branch }}
oasislmf_branch: ${{ github.event_name != 'workflow_dispatch' && 'stable/2.3.x' || inputs.oasislmf_branch }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'stable/3.2.x' || inputs.ods_branch }}

setup:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: OasisLMF/ODS_Tools/.github/workflows/build.yml@main
secrets: inherit
with:
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'main' || inputs.ods_branch }}
ods_branch: ${{ github.event_name != 'workflow_dispatch' && 'stable/3.2.x' || inputs.ods_branch }}

unittest:
needs: ods_tools
Expand Down

0 comments on commit 39b1de9

Please sign in to comment.