parent
0c9284ec51
commit
97ebba2902
|
@ -10,6 +10,9 @@ concurrency:
|
||||||
group: build-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}
|
group: build-${{ format('{0}-{1}', github.head_ref || github.run_number, github.job) }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
BUILDKIT_PROGRESS: plain
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
base:
|
base:
|
||||||
runs-on: ubuntu-20.04${{ ((github.event_name != 'schedule') && '-8core') || '' }}
|
runs-on: ubuntu-20.04${{ ((github.event_name != 'schedule') && '-8core') || '' }}
|
||||||
|
|
Loading…
Reference in New Issue