Skip to content

Commit f448f7b

Browse files
committed
Re-run compat tests
1 parent b694bca commit f448f7b

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/test-compat-conda.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Test Conda compatibility and regressions
33
on:
44
schedule:
55
- cron: "0 2 * * 0"
6+
pull_request:
7+
branches:
8+
- main
69
workflow_dispatch:
710

811
jobs:

.github/workflows/test-compat-venv-apt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Test compatibility on Ubuntu with venv/apt
33
on:
44
schedule:
55
- cron: "0 3 * * 0"
6-
push:
6+
pull_request:
77
branches:
8-
- issue-1144-new-continuous-integration
8+
- main
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/test-compat-venv-homebrew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Test compatibility on macOS with venv/Homebrew
33
on:
44
schedule:
55
- cron: "0 4 * * 0"
6-
push:
6+
pull_request:
77
branches:
8-
- issue-1144-new-continuous-integration
8+
- main
99
workflow_dispatch:
1010

1111
jobs:

.github/workflows/test-compat-venv-macports.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Test compatibility on macOS with venv/MacPorts
22

33
on:
4-
schedul:
4+
schedule:
55
- cron: "0 6 * * 0"
6-
push:
6+
pull_request:
77
branches:
8-
- issue-1144-new-continuous-integration
8+
- main
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)