container appears to not affect anything, removing section
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -11,11 +11,6 @@ on:
|
|||||||
- "**.md"
|
- "**.md"
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch: # allow manually triggering builds
|
workflow_dispatch: # allow manually triggering builds
|
||||||
container:
|
|
||||||
volumes:
|
|
||||||
- /run/user/1000/podman/podman.sock:/run/podman/podman.sock:rw,z
|
|
||||||
- /run/user/1000/podman/podman.sock:/var/run/docker.sock:rw,z
|
|
||||||
privileged: true
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# only run one build at a time
|
# only run one build at a time
|
||||||
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user