Prepare CI for merge queues (#4252)

* Prepare CI for merge queues

* Fix syntax SNAFUs
This commit is contained in:
Michael Sproul
2023-05-02 11:59:51 +10:00
committed by GitHub
parent f1c64d119a
commit 826e748629
4 changed files with 4 additions and 7 deletions

View File

@@ -5,7 +5,6 @@ on:
branches:
- unstable
- stable
- capella
tags:
- v*
@@ -35,11 +34,6 @@ jobs:
run: |
echo "VERSION=latest" >> $GITHUB_ENV
echo "VERSION_SUFFIX=-unstable" >> $GITHUB_ENV
- name: Extract version (if capella)
if: github.event.ref == 'refs/heads/capella'
run: |
echo "VERSION=capella" >> $GITHUB_ENV
echo "VERSION_SUFFIX=" >> $GITHUB_ENV
- name: Extract version (if tagged release)
if: startsWith(github.event.ref, 'refs/tags')
run: |