From 62db488b2a06dac70c650c5ef28e82f252967862 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 13 Sep 2024 17:14:10 +0200 Subject: [PATCH] Run acceptance tests on self-hosted runners --- .github/workflows/ci.yml | 2 ++ .sync.yml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c32acf9..6fb7bfdc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,3 +20,5 @@ jobs: puppet: name: Puppet uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v3 + with: + acceptance_runs_on: macarne diff --git a/.sync.yml b/.sync.yml index 75d3856a..532c3646 100644 --- a/.sync.yml +++ b/.sync.yml @@ -7,3 +7,7 @@ Gemfile: enabled_lint_checks: - parameter_types - parameter_documentation + +.github/workflows/ci.yml: + with: + acceptance_runs_on: macarne