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

Automatically determine Flatpak dependencies (#86)

Co-authored-by: Noel Miller <noelmiller@protonmail.com>
This commit is contained in:
Jason N 2024-03-26 14:17:21 -04:00 committed by GitHub
parent f2305bbaf8
commit b5c953d8d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 88 additions and 12 deletions

View file

@ -12,9 +12,8 @@ jobs:
build-container:
if: >
github.event_name == 'push' ||
github.event_name == 'issue_comment' ||
( github.event_name == 'pull_request' &&
contains(github.event.pull_request.labels.*.name, 'auto-test') )
github.event_name == 'issue_comment' ||
github.event_name == 'workflow_dispatch'
name: Build Container Image
env:
JOB_NAME: Build Container Image