Skip to content

Commit

Permalink
Remove check_nimg from publish_nims workflow (#970)
Browse files Browse the repository at this point in the history
Remove check_nimg from publish_nims.yml
  • Loading branch information
dixonjoel authored Oct 9, 2024
1 parent c525547 commit 848abd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Publish_NIMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
check_nims:
name: Check NIMS
uses: ./.github/workflows/check_nims.yml
check_nimg:
name: Check NIMG
uses: ./.github/workflows/check_nimg.yml
# Don't run check_nimg.yml because the generator now depends
# on the service and may reference a package version that doesn't exist yet.
# Don't run check_examples.yml because the examples may reference a
# package version that doesn't exist yet.
build:
Expand Down

0 comments on commit 848abd8

Please sign in to comment.