mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-24 20:07:45 +08:00
Update sharness.yml
This commit is contained in:
parent
c10b804449
commit
b1d86f946c
4
.github/workflows/sharness.yml
vendored
4
.github/workflows/sharness.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user