Automatically cancel previous active pipelines when branch is updated
This commit is contained in:
parent
b9f56f79f0
commit
1cc9738dcb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -2,6 +2,10 @@ name: CI
|
|||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: environment-${{github.ref}}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DISPLAY: ":99" # Display number to use for the X server
|
DISPLAY: ":99" # Display number to use for the X server
|
||||||
GALLIUM_DRIVER: llvmpipe # Use Mesa 3D software OpenGL renderer
|
GALLIUM_DRIVER: llvmpipe # Use Mesa 3D software OpenGL renderer
|
||||||
|
Loading…
Reference in New Issue
Block a user