mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 23:10:35 +00:00
Update base image to use stable branch 'release-0.9'
Signed-off-by: Automated Release <release@submariner.io>
This commit is contained in:
@@ -6,9 +6,9 @@ on:
|
||||
|
||||
jobs:
|
||||
target_devel:
|
||||
name: PR targets devel
|
||||
name: PR targets release-0.9
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check that the PR targets devel
|
||||
if: ${{ github.base_ref != 'devel' }}
|
||||
- name: Check that the PR targets release-0.9
|
||||
if: ${{ github.base_ref != 'release-0.9' }}
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user