Skip to content

Commit

Permalink
Update generated GHA chunk workflow artifact-image-complete-matrix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
armbianworker committed Jun 18, 2024
1 parent d77c195 commit c745485
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/complete-artifact-matrix-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ jobs:
runs-on: [ "self-hosted", "Linux", 'super' ]
steps:

# Cleaning self hosted runners
- name: Runner clean
uses: armbian/actions/runner-clean@main

# We need to make sure there is no build folder here
- name: "We are making full clone"
run: sudo rm -rf build os
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/complete-artifact-matrix-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ jobs:
runs-on: [ "self-hosted", "Linux", 'super' ]
steps:

# Cleaning self hosted runners
- name: Runner clean
uses: armbian/actions/runner-clean@main

# We need to make sure there is no build folder here
- name: "We are making full clone"
run: sudo rm -rf build os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ jobs:
runs-on: [ "self-hosted", "Linux", 'super' ]
steps:

# Cleaning self hosted runners
- name: Runner clean
uses: armbian/actions/runner-clean@main

# We need to make sure there is no build folder here
- name: "We are making full clone"
run: sudo rm -rf build os
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/complete-artifact-matrix-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,10 @@ jobs:
runs-on: [ "self-hosted", "Linux", 'super' ]
steps:

# Cleaning self hosted runners
- name: Runner clean
uses: armbian/actions/runner-clean@main

# We need to make sure there is no build folder here
- name: "We are making full clone"
run: sudo rm -rf build os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,10 @@ jobs:
runs-on: [ "self-hosted", "Linux", 'super' ]
steps:

# Cleaning self hosted runners
- name: Runner clean
uses: armbian/actions/runner-clean@main

# We need to make sure there is no build folder here
- name: "We are making full clone"
run: sudo rm -rf build os
Expand Down

0 comments on commit c745485

Please sign in to comment.