Skip to content

Commit ada29ac

Browse files
Merge pull request #785 from NFDI4BIOIMAGE/770-dalia-workflow-monthly
Update update-dalia-csv.yml workflow to run monthly
2 parents 441ba0e + 0e47023 commit ada29ac

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/update-dalia-csv.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Update DALIA CSV on Resource Change
22

33
on:
4-
pull_request:
5-
paths:
6-
- 'resources/nfdi4bioimage.yml'
4+
schedule:
5+
- cron: '0 6 1 * *'
76

87
jobs:
98
update-dalia-csv:

0 commit comments

Comments
 (0)