Projet

Général

Profil

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

root / .github / workflows / ci.yml @ 65ed81ba

Historique | Voir | Annoter | Télécharger (365 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:
8
  pull_request: {}
9
  push:
10
    branches:
11
      - main
12
      - master
13

    
14
concurrency:
15
  group: ${{ github.ref_name }}
16
  cancel-in-progress: true
17

    
18
jobs:
19
  puppet:
20
    name: Puppet
21
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2