[REVERT THIS] GHA hack

This commit is contained in:
Alexander A. Klimov 2023-12-07 16:28:34 +01:00
parent 6705f17c78
commit 2d9b4db16c
4 changed files with 1 additions and 29 deletions

View File

@ -1,7 +1,6 @@
name: Docker image name: Docker image
on: on:
pull_request: {}
push: push:
branches: branches:
- master - master

View File

@ -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

View File

@ -5,7 +5,6 @@ on:
branches: branches:
- master - master
- 'support/*' - 'support/*'
pull_request: {}
concurrency: concurrency:
group: rpm-${{ github.ref }} group: rpm-${{ github.ref }}

View File

@ -5,7 +5,6 @@ on:
branches: branches:
- master - master
- 'support/*' - 'support/*'
pull_request: {}
concurrency: concurrency:
group: windows-${{ github.ref }} group: windows-${{ github.ref }}