Skip to content

Commit

Permalink
[ci] Fixed mac job names in dependant jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Sep 5, 2024
1 parent febbea5 commit 23b1127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/jobs/web-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ check web links:
tags: [envinf4, docker] # pinning for cache
extends:
- .rules-master-manual
needs: [ci_images, "build linux arch", "build mac petsc arm64"]
needs: [ci_images, "build linux arch", "build mac petsc"]
image: $WEB_IMAGE
script:
# Copy notebook pages
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/jobs/web-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ preview web site:
- job: ci_images
- job: "build linux arch"
optional: true
- job: "build mac petsc arm64"
- job: "build mac petsc"
optional: true
variables:
HUGO_ENVIRONMENT: "staging"
Expand Down

0 comments on commit 23b1127

Please sign in to comment.