Update pipelines with various fixes
This commit is contained in:
parent
aa634d03e2
commit
62a5739d86
9 changed files with 59 additions and 57 deletions
3
.github/workflows/build-appimage.yml
vendored
3
.github/workflows/build-appimage.yml
vendored
|
|
@ -6,6 +6,9 @@ on:
|
|||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
appimage:
|
||||
name: Build AppImage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue