root / .github / workflows / ci.yml @ f90426f6
Historique | Voir | Annoter | Télécharger (401 octets)
1 | 5fea281f | Tim | ---
|
---|---|---|---|
2 | # Managed by modulesync - DO NOT EDIT
|
||
3 | # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||
4 | |||
5 | 78f22811 | Steve Traylen | name: CI |
6 | |||
7 | f90426f6 | Tim Meusel | # yamllint disable-line rule:truthy
|
8 | 7d136849 | markuszilch | on:
|
9 | pull_request: {} |
||
10 | push:
|
||
11 | branches:
|
||
12 | - main
|
||
13 | - master
|
||
14 | 78f22811 | Steve Traylen | |
15 | 5fea281f | Tim | concurrency:
|
16 | 0893064d | Tim Meusel | group: ${{ github.ref_name }} |
17 | 5fea281f | Tim | cancel-in-progress: true |
18 | |||
19 | 78f22811 | Steve Traylen | jobs:
|
20 | 0893064d | Tim Meusel | puppet:
|
21 | name: Puppet |
||
22 | f90426f6 | Tim Meusel | uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3 |