mirror of
https://github.com/Icinga/icinga2.git
synced 2025-12-09 14:59:58 +01: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
|
name: Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|||||||
27
.github/workflows/linux.yml
vendored
27
.github/workflows/linux.yml
vendored
@ -1,16 +1,9 @@
|
|||||||
name: Linux
|
name: Linux
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push: {}
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- 'support/*'
|
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: linux-${{ github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux:
|
linux:
|
||||||
name: ${{ matrix.distro }}
|
name: ${{ matrix.distro }}
|
||||||
@ -21,25 +14,7 @@ jobs:
|
|||||||
max-parallel: 2
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- amazonlinux:2
|
|
||||||
- amazonlinux:2023
|
|
||||||
- centos:7 # and RHEL 7
|
- 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:
|
steps:
|
||||||
- name: Checkout HEAD
|
- name: Checkout HEAD
|
||||||
|
|||||||
1
.github/workflows/rpm.yml
vendored
1
.github/workflows/rpm.yml
vendored
@ -5,7 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- 'support/*'
|
- 'support/*'
|
||||||
pull_request: {}
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: rpm-${{ github.ref }}
|
group: rpm-${{ github.ref }}
|
||||||
|
|||||||
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -5,7 +5,6 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- 'support/*'
|
- 'support/*'
|
||||||
pull_request: {}
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: windows-${{ github.ref }}
|
group: windows-${{ github.ref }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user