Skip to content

Commit

Permalink
Update sync_with_terminal_wiki.yaml
Browse files Browse the repository at this point in the history
updated to sync automatically every Monday.
  • Loading branch information
charanravi-online authored Apr 26, 2024
1 parent b43b802 commit 8170b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync_with_terminal_wiki.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Sync specific folders from terminal-wiki
name: sync source code from terminal-wiki

on:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * 1' # At 00:00 on Monday
workflow_dispatch:

jobs:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Checkout specific folders
run: |
git checkout upstream/main -- src/ requirements.txt setup.py
# Use the above line to specify the paths of the folders you want to sync
# only the above mentioned files and folder are synced
- name: Commit changes
run: |
Expand Down

0 comments on commit 8170b74

Please sign in to comment.