Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Jan 15, 2025
1 parent 76dcb36 commit 802f95f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 54 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ name: check
on:
workflow_dispatch:
push:
branches: ["main"]
branches: ["ci-test"]
tags-ignore: ["**"]
pull_request:
schedule:
- cron: "0 8 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -34,8 +31,8 @@ jobs:
- pypy-3.8
os:
- ubuntu-latest
- macos-latest
- windows-latest
# - macos-latest
# - windows-latest
include:
- { os: macos-latest, py: "[email protected]" }
- { os: macos-latest, py: "[email protected]" }
Expand Down
48 changes: 0 additions & 48 deletions .github/workflows/release.yaml

This file was deleted.

0 comments on commit 802f95f

Please sign in to comment.