Attempt rechunking again #30
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -11,6 +11,8 @@ on:
|
||||
- "**.md"
|
||||
pull_request:
|
||||
workflow_dispatch: # allow manually triggering builds
|
||||
container:
|
||||
privileged: true
|
||||
concurrency:
|
||||
# only run one build at a time
|
||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user