We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d4566 commit 1ccad7dCopy full SHA for 1ccad7d
.github/workflows/micromamba.yml
@@ -9,6 +9,8 @@ on:
9
- main
10
pull_request:
11
workflow_dispatch:
12
+ schedule:
13
+ cron: "0 0 * * *" # midnight, daily
14
15
## these permissions are only for deployment to gh pages
16
# permissions:
.github/workflows/miniconda_miniforge.yml
@@ -4,12 +4,14 @@ name: clustbench_miniforge
4
# cancel-in-progress: true
5
6
on:
7
- push:
8
- branches:
- - main
- pull_request:
- workflow_dispatch:
-
+ # push:
+ # branches:
+ # - main
+ # pull_request:
+ # workflow_dispatch:
+
17
# id-token: write
0 commit comments