Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaster authored Aug 12, 2024
1 parent b1fd8bc commit b3d1be6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ env:
GLUON_RELEASE: v2022.1.4
PREVIEW_TARGETS: '["x86-64", "ath79-generic"]'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

jobs:
gather_targets:
Expand All @@ -35,7 +35,8 @@ jobs:
build:
needs: gather_targets
name: Build Images
runs-on: ubuntu-22.04
# runs-on: ubuntu-22.04
runs-on: self-hosted
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b3d1be6

Please sign in to comment.