Projet

Général

Profil

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

root / .github / workflows / ci.yml @ 7d136849

Historique | Voir | Annoter | Télécharger (409 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 7d136849 markuszilch
on:
8
  pull_request: {}
9
  push:
10
    branches:
11
      - main
12
      - master
13 78f22811 Steve Traylen
14 5fea281f Tim
concurrency:
15 0893064d Tim Meusel
  group: ${{ github.ref_name }}
16 5fea281f Tim
  cancel-in-progress: true
17
18 78f22811 Steve Traylen
jobs:
19 0893064d Tim Meusel
  puppet:
20
    name: Puppet
21 936cde59 Tim Meusel
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
22 0893064d Tim Meusel
    with:
23
      pidfile_workaround: 'false'