Skip to content

Commit

Permalink
workflow action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
h-haaks committed Feb 8, 2024
1 parent a22bb22 commit f0f4407
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/adhoc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: adhoc
on: push
concurrency:
group: ${{ github.ref_name }}
cancel-in-progress: true

jobs:
puppet:
name: Puppet
uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2
with:
pidfile_workaround: 'false'

0 comments on commit f0f4407

Please sign in to comment.