Skip to content

Commit 8d42079

Browse files
committed
Fix conda-test trigger
1 parent df042a2 commit 8d42079

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.github/workflows/conda-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ on:
4040
type: boolean
4141
default: false
4242

43-
pull_request:
44-
branches:
45-
- main
43+
schedule:
44+
- cron: "5 2 * * *"
4645

4746
permissions: read-all
4847

scripts/install-base.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/run-base.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)