mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-27 22:05:34 +01:00
18 lines
353 B
YAML
18 lines
353 B
YAML
---
|
|
# Managed by modulesync - DO NOT EDIT
|
|
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
|
|
|
name: CI
|
|
|
|
on: pull_request
|
|
|
|
concurrency:
|
|
group: ${{ github.ref_name }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
puppet:
|
|
name: Puppet
|
|
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1
|
|
with:
|
|
pidfile_workaround: 'false'
|