Skip to content

Commit

Permalink
Fix image dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin committed Jan 24, 2025
1 parent dd84ef0 commit e1ca52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
buildAWSUbuntuAMI:
runs-on: ubuntu-24.04
environment: Integration
needs: [buildUbuntu22FastS3,buildUbuntu24FastS3,buildMacos13FastS3]
needs: [buildUbuntu24FastS3,buildMacos13FastS3]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
buildAWSUbuntuAMI:
runs-on: ubuntu-24.04
environment: Integration
needs: [buildUbuntu22FastS3,buildUbuntu24FastS3,buildMacos13FastS3]
needs: [buildUbuntu24FastS3,buildMacos13FastS3]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e1ca52e

Please sign in to comment.