Skip to content

Commit

Permalink
CI config: removes deprecated requirement in job config
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed May 18, 2024
1 parent 360e15a commit cef3a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
build-and-push-image-variants:
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
runs-on: [self-hosted]
needs: [build-and-push-image, build-and-push-image-2023, build-and-push-latest-image]
needs: [build-and-push-image, build-and-push-latest-image]
strategy:
matrix:
year: [2022-gradle, 2023-gradle, 2023-python, 2024-gradle, 2024-python]
Expand Down

0 comments on commit cef3a3a

Please sign in to comment.