mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
remove workflow comments this obsoletes
This commit is contained in:
4
.github/workflows/build-on-pull-request.yml
vendored
4
.github/workflows/build-on-pull-request.yml
vendored
@@ -72,7 +72,3 @@ jobs:
|
||||
|
||||
- name: Build app (release)
|
||||
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
|
||||
|
||||
# The regression tests are currently too slow to run for this Windows build,
|
||||
# but the "Windows Test Manual" workflow (windows-test-manual.yml) can by
|
||||
# manually dispatched from the Actions menu to test as needed.
|
||||
|
@@ -29,10 +29,6 @@ jobs:
|
||||
- name: Build app (release)
|
||||
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release
|
||||
|
||||
# The regression tests are currently too slow to run for this Windows build,
|
||||
# but the "Windows Test Manual" workflow (windows-test-manual.yml) can by
|
||||
# manually dispatched from the Actions menu to test as needed.
|
||||
|
||||
build_linux:
|
||||
name: Build, Test, and Snapshot (Linux)
|
||||
if: github.repository == 'cc65/cc65'
|
||||
|
Reference in New Issue
Block a user