Skip to content

Commit 083f73f

Browse files
committed
adjust filters
1 parent 6c97e3e commit 083f73f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-iso.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
docker:
3434
- 'Dockerfile'
3535
- 'docker/**'
36-
iso:
37-
- 'baseline/**'
38-
- 'Makefile'
39-
- '!baseline/out/**' # Exclude output directory
4036
4137
- name: Output Changed Files
4238
run: |
@@ -70,7 +66,6 @@ jobs:
7066
docker push ghcr.io/mcserverhosting-net/os:latest
7167
7268
- name: Build ISOs
73-
if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
7469
env:
7570
K8S_VERSION: ${{ env.K8S_VERSION }}
7671
ENABLE_NVIDIA: ${{ env.ENABLE_NVIDIA }}
@@ -86,18 +81,15 @@ jobs:
8681
-c "cd /workspace && make clean && make K8S_VERSION=$K8S_VERSION ENABLE_NVIDIA=$ENABLE_NVIDIA ENABLE_AMD=$ENABLE_AMD"
8782
8883
- name: List generated ISOs
89-
if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
9084
run: ls -lh baseline/out/*.iso
9185

9286
- name: Upload ISO Artifacts
93-
if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
9487
uses: actions/upload-artifact@v3
9588
with:
9689
name: custom-archiso
9790
path: baseline/out/*.iso
9891

9992
- name: Create GitHub Release
100-
if: steps.changes.outputs.iso_changed == 'true' || github.event_name == 'schedule'
10193
uses: softprops/action-gh-release@v1
10294
with:
10395
tag_name: 'v${{ env.K8S_VERSION }}'

0 commit comments

Comments
 (0)