Skip to content

Commit

Permalink
Update iso_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
proJM-Coding authored Jun 25, 2024
1 parent 155c16f commit 5e2de94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/iso_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
workflow_dispatch: # allow manually triggering builds

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-iso
cancel-in-progress: true

jobs:
build_push:
name: Build Custom Image
Expand All @@ -21,10 +25,6 @@ jobs:

strategy:
fail-fast: false # stop GH from cancelling all matrix builds if one fails
matrix:
recipe:
# !! Add your recipes here
- recipe.yml

steps:
- name: Build ISOs
Expand Down

0 comments on commit 5e2de94

Please sign in to comment.