Projet

Général

Profil

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

root / .github / workflows / ci.yml @ 0893064d

Historique | Voir | Annoter | Télécharger (353 octets)

1
---
2
# Managed by modulesync - DO NOT EDIT
3
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4

    
5
name: CI
6

    
7
on: pull_request
8

    
9
concurrency:
10
  group: ${{ github.ref_name }}
11
  cancel-in-progress: true
12

    
13
jobs:
14
  puppet:
15
    name: Puppet
16
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1
17
    with:
18
      pidfile_workaround: 'false'