From b9990f6c90f6a362773d468873def7bc264a105a Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 21 Aug 2023 10:12:52 +0200 Subject: [PATCH] dont run acceptance tests on GitHub --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a077911..49981e36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,4 @@ concurrency: jobs: puppet: name: Puppet - uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v1 - with: - pidfile_workaround: 'false' + uses: voxpupuli/gha-puppet/.github/workflows/basic.yml@v1