Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit eb2b013

Browse files
committed
remove workflow comments this obsoletes
1 parent 76328da commit eb2b013

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/build-on-pull-request.yml

-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,3 @@ jobs:
7272

7373
- name: Build app (release)
7474
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
75-
76-
# The regression tests are currently too slow to run for this Windows build,
77-
# but the "Windows Test Manual" workflow (windows-test-manual.yml) can by
78-
# manually dispatched from the Actions menu to test as needed.

.github/workflows/snapshot-on-push-master.yml

-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
- name: Build app (release)
3030
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
3131

32-
# The regression tests are currently too slow to run for this Windows build,
33-
# but the "Windows Test Manual" workflow (windows-test-manual.yml) can by
34-
# manually dispatched from the Actions menu to test as needed.
35-
3632
build_linux:
3733
name: Build, Test, and Snapshot (Linux)
3834
if: github.repository == 'cc65/cc65'

0 commit comments

Comments
 (0)