From 62e6c4f382816c1149f1f3fa1a368c0017b26dda Mon Sep 17 00:00:00 2001 From: Jean Schmidt Date: Tue, 1 Oct 2024 19:30:54 +0200 Subject: [PATCH] . --- .github/workflows/hello.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index 3cd2d0b..3d2d2c7 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -4,7 +4,7 @@ on: jobs: print_hello: name: "Print Hello" - runs-on: [self-hosted, linux.2xlarge] + runs-on: linux.2xlarge env: REF_TYPE: ${{ github.ref_type }} LIMIT: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha}}