From 4748e8d23440cbb2f852f620ae7ea23f13da8d2d Mon Sep 17 00:00:00 2001 From: tthomas-ecintl Date: Mon, 26 Aug 2024 17:53:49 -0400 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 2 +- .github/workflows/super-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05d4f36..b0b7b56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: ci-tasks: - uses: ec-intl/workflow-templates/.github/workflows/ci_template.yml@v1 + uses: ec-intl/workflow-templates/.github/workflows/ci_template.yml@testing with: runner-name: 'za-3' secrets: inherit \ No newline at end of file diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 1beee52..ff03b01 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -13,5 +13,5 @@ jobs: linting-jobs: - uses: ec-intl/workflow-templates/.github/workflows/super-linter_template.yml@v1 + uses: ec-intl/workflow-templates/.github/workflows/super-linter_template.yml@testing secrets: inherit \ No newline at end of file