Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Jan 30, 2024
1 parent 8972e40 commit b443206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/snapshot-on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
build_windows:
name: Build (Windows)
if: github.repository == 'colinleroy/cc65'
if: github.repository == 'cc65/cc65'
runs-on: windows-latest

steps:
Expand All @@ -29,14 +29,9 @@ jobs:
- name: Build app (release)
run: msbuild src\cc65.sln -t:rebuild -property:Configuration=Release

- name: Run the regression tests (make test)
if: steps.check-sha.outputs.cache-hit != 'true'
shell: cmd
run: make test SHELL=cmd

build_linux:
name: Build, Test, and Snapshot (Linux)
if: github.repository == 'colinleroy/cc65'
if: github.repository == 'cc65/cc65'
runs-on: ubuntu-latest

steps:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/windows-test-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Windows Test Scheduled
# Scheduled or manually dispatched because it's slower than the Linux test.

on:
schedule:
- cron: '0 0 */1 * *'
# every 1 days
workflow_dispatch:
# allow manual dispatch
push:
branches:
master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit b443206

Please sign in to comment.