Skip to content

Commit

Permalink
Renamed config-pr-checks to test-repro, updated usages
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Jun 12, 2024
1 parent b87ed06 commit 9b5645b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config-pr-1-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- branch-check
- config
if: needs.commit-check.outputs.authorship != vars.GH_ACTIONS_BOT_GIT_USER_NAME && needs.branch-check.result == 'success'
uses: access-nri/model-config-tests/.github/workflows/config-pr-checks.yml@main
uses: access-nri/model-config-tests/.github/workflows/test-repro.yml@main
with:
model-name: access-om2
environment-name: Gadi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/config-schedule-2-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# the test results and checksum.
needs:
- config
uses: access-nri/model-config-tests/.github/workflows/repro-checks.yml@main
uses: access-nri/model-config-tests/.github/workflows/test-repro.yml@main
with:
model-name: access-om2
environment-name: Gadi
Expand Down
File renamed without changes.

0 comments on commit 9b5645b

Please sign in to comment.