root / .github / workflows / ci.yml @ 533f31ac
Historique | Voir | Annoter | Télécharger (353 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 | on: pull_request |
||
8 | |||
9 | 5fea281f | Tim | concurrency:
|
10 | 0893064d | Tim Meusel | group: ${{ github.ref_name }} |
11 | 5fea281f | Tim | cancel-in-progress: true |
12 | |||
13 | 78f22811 | Steve Traylen | jobs:
|
14 | 0893064d | Tim Meusel | puppet:
|
15 | name: Puppet |
||
16 | uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1 |
||
17 | with:
|
||
18 | pidfile_workaround: 'false' |