mirror of
https://github.com/voxpupuli/puppet-hashi_stack.git
synced 2025-05-24 02:45:01 +01:00
21 lines
365 B
YAML
21 lines
365 B
YAML
---
|
|
# Managed by modulesync - DO NOT EDIT
|
|
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
|
|
|
name: CI
|
|
|
|
on:
|
|
pull_request: {}
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
|
|
concurrency:
|
|
group: ${{ github.ref_name }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
puppet:
|
|
name: Puppet
|
|
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
|