Projet

Général

Profil

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

root / .github / workflows / ci.yml @ 1d331291

Historique | Voir | Annoter | Télécharger (450 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
# yamllint disable-line rule:truthy
8
on:
9
  pull_request: {}
10
  push:
11
    branches:
12
      - main
13
      - master
14

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

    
19
jobs:
20
  puppet:
21
    name: Puppet
22
    uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3
23
    with:
24
      unit_runs_on: 'cern-self-hosted'