Skip to content

Commit 87b031a

Browse files
authored
Merge pull request #237 from FAIRDataPipeline/feature/github-actions
Update Actions
2 parents ff30db5 + 29e3041 commit 87b031a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/fair-data-registry.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: FAIR Data Registry
2-
on: [push, workflow_dispatch]
2+
on:
3+
push:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "0 9 * * 1" # Run Every Monday at 9AM
37
jobs:
48
test:
59
name: Test ${{ matrix.os }} with Python ${{ matrix.python }}

0 commit comments

Comments
 (0)