Skip to content

Commit bd64c61

Browse files
committed
disable nightly CI for v17 branch
1 parent 597d8a6 commit bd64c61

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "CMake Build"
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [z80, ci-unification]
6+
branches: [z80-17.0.6]
77

88
jobs:
99
build-llvm:
@@ -426,15 +426,3 @@ jobs:
426426
run: |
427427
zip ez80-clang-link_windows_nightly.zip ez80-clang.exe ez80-link.exe
428428
rm ez80-clang.exe ez80-link.exe
429-
430-
- name: Update nightly release
431-
uses: softprops/action-gh-release@5122b4edc95f85501a71628a57dc180a03ec7588 # latest as of 2025-12-30
432-
with:
433-
tag_name: nightly
434-
prerelease: true
435-
token: ${{secrets.GITHUB_TOKEN}}
436-
files: |
437-
ez80-clang-link_ubuntu_nightly.zip
438-
ez80-clang-link_macOS_intel_nightly.zip
439-
ez80-clang-link_macOS_arm_nightly.zip
440-
ez80-clang-link_windows_nightly.zip

0 commit comments

Comments
 (0)