mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
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]
|
||||
|
||||
concurrency:
|
||||
group: environment-${{github.ref}}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
DISPLAY: ":99" # Display number to use for the X server
|
||||
GALLIUM_DRIVER: llvmpipe # Use Mesa 3D software OpenGL renderer
|
||||
|
Loading…
Reference in New Issue
Block a user