Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Nov 3, 2023
1 parent 3c7614e commit bf363bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-isos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:

jobs:
ci:
# concurrency:
# group: ${{ github.workflow }}
# cancel-in-progress: false
strategy:
fail-fast: false
matrix:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,13 @@ on:

jobs:
build:
# only limit concurrency group if arch is aarch64

concurrency:
group: ${{ matrix.arch == 'aarch64' && 'aarch64'}}
cancel-in-progress: false
strategy:
fail-fast: false
matrix:
arch:
- x86_64
- aarch64
max-parallel: 2
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:f39
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ on:

jobs:
build:
concurrency:
group: ${{ matrix.arch == 'aarch64' && 'aarch64'}}
cancel-in-progress: false
strategy:
fail-fast: false
matrix:
arch:
- x86_64
- aarch64
max-parallel: 2
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:f39
Expand Down

0 comments on commit bf363bf

Please sign in to comment.