1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

Merge branch 'main' into bug-flatpak-template

This commit is contained in:
Jason N 2024-03-13 14:29:01 -04:00 committed by GitHub
commit bea656f896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 64 additions and 77 deletions

View file

@ -8,6 +8,11 @@ on:
- 'v*'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
# Test Values
env:
ARCH: 'x86_64'