Skip to content

Commit

Permalink
Master deploy fix (arras-energy#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchassin authored Sep 8, 2024
1 parent 23b67f8 commit e83bb2d
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 @@ -80,7 +80,7 @@ jobs:
buildAWSUbuntuAMI:
runs-on: ubuntu-22.04
environment: Integration
needs: [buildUbuntu22FastS3,buildMacos12FastS3,buildMacos13FastS3]
needs: [buildUbuntu22FastS3,buildMacos13FastS3]

steps:
- uses: actions/checkout@v3
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 @@ -80,7 +80,7 @@ jobs:
buildAWSUbuntuAMI:
runs-on: ubuntu-22.04
environment: Integration
needs: [buildUbuntu22FastS3,buildMacos12FastS3]
needs: [buildUbuntu22FastS3,buildMacos13FastS3]

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

0 comments on commit e83bb2d

Please sign in to comment.