Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
akanksha1131 committed Apr 21, 2024
1 parent 98facfe commit 13b196e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Scripts
on:
schedule:
# Run newday.py every day.
- cron: '30 18 * * *'
- cron: '35 12 * * *'


jobs:
Expand All @@ -27,7 +27,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install torch torchvision torchaudio
- name: Install other requirements
run: pip install -r requirements.txt

Expand All @@ -43,9 +42,8 @@ jobs:
git config --local user.name "akanksha1131"
git add -A
git diff-index --quiet HEAD || (git commit -a -m "Updated logs" --allow-empty)
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
branch: main

0 comments on commit 13b196e

Please sign in to comment.