Skip to content

Commit

Permalink
try gitlab testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
104ru committed Feb 27, 2024
1 parent 72c6706 commit 88d30a7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/puppet.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches:
- 'master'
tags:
- '*'
pull_request:
branches:
- '*'

concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true

jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1

0 comments on commit 88d30a7

Please sign in to comment.