mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 11:01:57 +02:00
fix add manual ab
This commit is contained in:
4
.github/workflows/check-devel.yaml
vendored
4
.github/workflows/check-devel.yaml
vendored
@ -33,6 +33,10 @@ on:
|
||||
branches: '**'
|
||||
push:
|
||||
branches: '**'
|
||||
schedule:
|
||||
# run a schedule everyday at 1 AM.
|
||||
# this is to check that all dependencies are still available (see R/zzz.R)
|
||||
cron: '0 1 * * *'
|
||||
|
||||
name: check-devel
|
||||
|
||||
|
2
.github/workflows/check-release.yaml
vendored
2
.github/workflows/check-release.yaml
vendored
@ -34,7 +34,7 @@ on:
|
||||
schedule:
|
||||
# run a schedule everyday at 1 AM.
|
||||
# this is to check that all dependencies are still available (see R/zzz.R)
|
||||
- cron: '0 1 * * *'
|
||||
cron: '0 1 * * *'
|
||||
|
||||
name: check-release
|
||||
|
||||
|
Reference in New Issue
Block a user