From f8fe15ed30dc270b0747a107a3a938b4f490de2d Mon Sep 17 00:00:00 2001 From: ckunki Date: Mon, 27 May 2024 14:28:55 +0200 Subject: [PATCH] Fixed workflow ci.yml runs on --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef7332d..a84a309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: gate-1: name: Regular needs: [ ci-job ] + runs-on: ubuntu-latest steps: - name: Branch Protection run: true @@ -42,6 +43,7 @@ jobs: gate-2: name: Merge + runs-on: ubuntu-latest needs: [ slow-tests ] steps: - name: Branch Protection