Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / .github / workflows / ci.yml @ 936cde59

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 936cde59 Tim Meusel
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
17 0893064d Tim Meusel
    with:
18
      pidfile_workaround: 'false'