Automatically cancel previous active pipelines when branch is updated

This commit is contained in:
Chris Thrasher 2023-07-08 20:53:32 -06:00
parent b9f56f79f0
commit 1cc9738dcb

View File

@ -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