Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enable tests on 3.0.x branch
  • Loading branch information
dstansby committed Jun 17, 2025
commit e81f870c7113038ed8706c63aa2f4d02ecde0f42
6 changes: 2 additions & 4 deletions .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Slow Hypothesis CI
on:
push:
branches:
- "main"
branches: [main, 3.0.x]
pull_request:
branches:
- "main"
branches: [main, 3.0.x]
types: [opened, reopened, synchronize, labeled]
schedule:
- cron: "0 0 * * *" # Daily “At 00:00” UTC
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Test

on:
push:
branches: [ main ]
branches: [ main, 3.0.x ]
pull_request:
branches: [ main ]
branches: [ main, 3.0.x ]
workflow_dispatch:

concurrency:
Expand Down