mirror of
https://github.com/ClusterCockpit/cc-metric-store.git
synced 2024-12-26 16:59:07 +01:00
add dependency for Ubuntu 22.04 job
This commit is contained in:
parent
10b1cbb752
commit
ff31c10bf8
2
.github/workflows/Release.yml
vendored
2
.github/workflows/Release.yml
vendored
@ -239,7 +239,7 @@ jobs:
|
||||
Release:
|
||||
runs-on: ubuntu-latest
|
||||
# We need the RPMs, so add dependency
|
||||
needs: [AlmaLinux-RPM-build, UBI-8-RPM-build, Ubuntu-focal-build]
|
||||
needs: [AlmaLinux-RPM-build, UBI-8-RPM-build, Ubuntu-focal-build, Ubuntu-jammy-build]
|
||||
|
||||
steps:
|
||||
# See: https://github.com/actions/download-artifact
|
||||
|
Loading…
Reference in New Issue
Block a user