From a6fd993a227595c4d6d69bc566e21e1f08f6ae32 Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Tue, 13 May 2025 18:50:41 +0530 Subject: [PATCH] test twingate --- .github/workflows/ci.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93cd3406b7..3023e23914 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,15 +7,14 @@ on: workflow_dispatch: jobs: - Spec: - uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main" - with: - runs_on: "ubuntu-24.04" - secrets: "inherit" + # Spec: + # uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main" + # with: + # runs_on: "ubuntu-24.04" + # secrets: "inherit" Acceptance: - needs: Spec - uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main" + uses: "imaqsood/cat-github-actions/.github/workflows/module_acceptance.yml@CAT-2275" with: runs_on: "ubuntu-24.04" secrets: "inherit"