mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
WIP
This commit is contained in:
parent
57533a65b8
commit
fba129efda
7
.github/workflows/linux.yml
vendored
7
.github/workflows/linux.yml
vendored
@ -1,11 +1,6 @@
|
|||||||
name: Linux
|
name: Linux
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- 'support/*'
|
|
||||||
pull_request: {}
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-${{ github.event_name == 'push' && github.sha || github.ref }}
|
group: linux-${{ github.event_name == 'push' && github.sha || github.ref }}
|
||||||
|
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -1,11 +1,6 @@
|
|||||||
name: Windows
|
name: Windows
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- 'support/*'
|
|
||||||
pull_request: {}
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: windows-${{ github.event_name == 'push' && github.sha || github.ref }}
|
group: windows-${{ github.event_name == 'push' && github.sha || github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user