Skip to content

Commit 70456e8

Browse files
authored
[main] Cherry-pick from 2.1 regarding checks for nimg (#973)
* Remove check_nimg from publish_nims workflow (#970) Remove check_nimg from publish_nims.yml * Remove requirement for check_nimg to run the unit tests (#971)
1 parent 1044e56 commit 70456e8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run_unit_tests:
2222
name: Run unit tests
2323
uses: ./.github/workflows/run_unit_tests.yml
24-
needs: [check_nims, check_nimg]
24+
needs: [check_nims]
2525
run_system_tests:
2626
name: Run system tests
2727
uses: ./.github/workflows/run_system_tests.yml

.github/workflows/Publish_NIMS.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
check_nims:
1717
name: Check NIMS
1818
uses: ./.github/workflows/check_nims.yml
19-
check_nimg:
20-
name: Check NIMG
21-
uses: ./.github/workflows/check_nimg.yml
19+
# Don't run check_nimg.yml because the generator now depends
20+
# on the service and may reference a package version that doesn't exist yet.
2221
# Don't run check_examples.yml because the examples may reference a
2322
# package version that doesn't exist yet.
2423
build:

0 commit comments

Comments
 (0)