mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-10-23 21:21:11 +02:00
.github: fix update version skip on release branch
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
0184f583d8
commit
844bdd9c47
2
.github/workflows/versions.yaml
vendored
2
.github/workflows/versions.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
# Write to temporary file to make update atomic
|
||||
scripts/generate-versions.sh > /tmp/versions.json
|
||||
mv /tmp/versions.json jsonnet/kube-prometheus/versions.json
|
||||
if: ${{ matrix.branch }} == 'main'
|
||||
if: matrix.branch == 'main'
|
||||
- name: Update jsonnet dependencies
|
||||
run: |
|
||||
make update
|
||||
|
Loading…
x
Reference in New Issue
Block a user