mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-22 17:28:02 +02:00
[REVERT THIS] GHA hack
This commit is contained in:
parent
6705f17c78
commit
2d9b4db16c
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -1,7 +1,6 @@
|
||||
name: Docker image
|
||||
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
27
.github/workflows/linux.yml
vendored
27
.github/workflows/linux.yml
vendored
@ -1,16 +1,9 @@
|
||||
name: Linux
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
push: {}
|
||||
pull_request: {}
|
||||
|
||||
concurrency:
|
||||
group: linux-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
name: ${{ matrix.distro }}
|
||||
@ -21,25 +14,7 @@ jobs:
|
||||
max-parallel: 2
|
||||
matrix:
|
||||
distro:
|
||||
- amazonlinux:2
|
||||
- amazonlinux:2023
|
||||
- centos:7 # and RHEL 7
|
||||
- debian:10
|
||||
- debian:11 # and Raspbian 11
|
||||
- debian:12 # and Raspbian 12
|
||||
- fedora:36
|
||||
- fedora:37
|
||||
- fedora:38
|
||||
- fedora:39
|
||||
- opensuse/leap:15.3 # SLES 15.3
|
||||
- opensuse/leap:15.4 # and SLES 15.4
|
||||
- opensuse/leap:15.5 # and SLES 15.5
|
||||
- rockylinux:8 # RHEL 8
|
||||
- rockylinux:9 # RHEL 9
|
||||
- ubuntu:20.04
|
||||
- ubuntu:22.04
|
||||
- ubuntu:23.04
|
||||
- ubuntu:23.10
|
||||
|
||||
steps:
|
||||
- name: Checkout HEAD
|
||||
|
1
.github/workflows/rpm.yml
vendored
1
.github/workflows/rpm.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
pull_request: {}
|
||||
|
||||
concurrency:
|
||||
group: rpm-${{ github.ref }}
|
||||
|
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -5,7 +5,6 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- 'support/*'
|
||||
pull_request: {}
|
||||
|
||||
concurrency:
|
||||
group: windows-${{ github.ref }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user