From 6c4e241ae5f9274bc515beee88b1a66496243f01 Mon Sep 17 00:00:00 2001 From: nachog00 Date: Thu, 26 Dec 2024 18:05:04 -0300 Subject: [PATCH] explicitely defined 'runs-on' on some jobs to test if they get picked up by runners --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b437c085a..0a6ca0197 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,9 +9,11 @@ on: jobs: jest-test: uses: ./.github/workflows/jest-test.yaml + runs-on: self-hosted create-timestamp: uses: ./.github/workflows/create-timestamp.yaml + runs-on: ubuntu-latest create-cache-key: uses: ./.github/workflows/create-cache-key.yaml