Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Nov 8, 2024
1 parent 7e90a22 commit 1107cc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/fair-cli.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: FAIR Data Pipeline CLI
on: [push, workflow_dispatch]
on:
push:
workflow_dispatch:
schedule:
- cron: "0 9 * * 1" # Run Every Monday at 9AM
jobs:
test:
name: Test ${{ matrix.os }} (Python ${{ matrix.python }})
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/implementations.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Check latest release of all implementations still function with new changes
name: FAIR CLI Implementation Testing
on: [push, workflow_dispatch]
on:
push:
workflow_dispatch:
schedule:
- cron: "0 9 * * 1" # Run Every Monday at 9AM

jobs:
Python:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1107cc2

Please sign in to comment.