Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ccad7d

Browse files
committedMay 8, 2025
Add nightly schedule
1 parent 84d4566 commit 1ccad7d

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed
 

‎.github/workflows/micromamba.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- main
1010
pull_request:
1111
workflow_dispatch:
12+
schedule:
13+
cron: "0 0 * * *" # midnight, daily
1214

1315
## these permissions are only for deployment to gh pages
1416
# permissions:

‎.github/workflows/miniconda_miniforge.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ name: clustbench_miniforge
44
# cancel-in-progress: true
55

66
on:
7-
push:
8-
branches:
9-
- main
10-
pull_request:
11-
workflow_dispatch:
12-
7+
# push:
8+
# branches:
9+
# - main
10+
# pull_request:
11+
# workflow_dispatch:
12+
schedule:
13+
cron: "0 0 * * *" # midnight, daily
14+
1315
## these permissions are only for deployment to gh pages
1416
# permissions:
1517
# id-token: write

0 commit comments

Comments
 (0)
Please sign in to comment.