Skip to content

Commit

Permalink
Schedule the manifest updatinf of the inforation
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHCenalmor committed Jan 16, 2024
1 parent f196ef2 commit c9f9249
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/update_manifest_dl4miceverywhere.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Update the manifest with DL4MiceEverywhere information
on:
# At 05:30 AM and 05:30 PM of every day
schedule:
- cron: "30 5 * * *"
- cron: "30 17 * * *"
workflow_dispatch:

jobs:
Expand All @@ -10,7 +14,6 @@ jobs:
uses: actions/checkout@v4
with:
path: ZeroCostDL4Mic

- name: Clone DL4MicEverywhere repository
uses: actions/checkout@v4
with:
Expand All @@ -19,7 +22,10 @@ jobs:
- name: Install requirements
working-directory: ./ZeroCostDL4Mic
run: pip install -r Tools/CI_requirements.txt
- name: Update the manifest
- name: Update the versioning on the manifest
working-directory: ./ZeroCostDL4Mic
run: python3 Tools/update_manifest_versioning.py
- name: Update the DL4MicEverywhere information on the manifest
working-directory: ./ZeroCostDL4Mic
run: python3 Tools/update_manifest_dl4miceverywhere.py
- name: Commit the changes
Expand Down

0 comments on commit c9f9249

Please sign in to comment.