Restrict regular CI runs on old branches to stable-2.

(cherry picked from commit eb186f0098)
This commit is contained in:
Felix Fontein 2023-02-06 09:28:15 +01:00
parent ec4c17efef
commit 1f07bda43a

View File

@ -24,7 +24,7 @@ schedules:
always: true always: true
branches: branches:
include: include:
- stable-* - stable-2
variables: variables:
- name: checkoutPath - name: checkoutPath