From b1d86f946cb9b34a775d7630e635eb503d9255ca Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Tue, 30 May 2023 10:10:31 +0200 Subject: [PATCH] Update sharness.yml --- .github/workflows/sharness.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sharness.yml b/.github/workflows/sharness.yml index 505c4cd03..9df1fcbdd 100644 --- a/.github/workflows/sharness.yml +++ b/.github/workflows/sharness.yml @@ -6,8 +6,6 @@ on: paths-ignore: - '**/*.md' push: - branches: - - 'master' concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }} @@ -16,7 +14,7 @@ concurrency: jobs: sharness-test: if: github.repository == 'ipfs/kubo' || github.event_name == 'workflow_dispatch' - runs-on: ${{ fromJSON(github.repository == 'ipfs/kubo' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }} + runs-on: ${{ fromJSON(github.repository == 'ipfs/kubo' && '["self-hosted", "linux", "x64", "playground"]' || '"ubuntu-latest"') }} timeout-minutes: 20 defaults: run: