Skip to content

Commit

Permalink
Merge pull request #237 from FAIRDataPipeline/feature/github-actions
Browse files Browse the repository at this point in the history
Update Actions
  • Loading branch information
RyanJField authored Dec 4, 2024
2 parents ff30db5 + 29e3041 commit 87b031a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fair-data-registry.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: FAIR Data Registry
on: [push, workflow_dispatch]
on:
push:
workflow_dispatch:
schedule:
- cron: "0 9 * * 1" # Run Every Monday at 9AM
jobs:
test:
name: Test ${{ matrix.os }} with Python ${{ matrix.python }}
Expand Down

0 comments on commit 87b031a

Please sign in to comment.