From 13b196e437a1f8b91656fc741889dd231e5ca25a Mon Sep 17 00:00:00 2001 From: akanksha Date: Sun, 21 Apr 2024 18:02:39 +0530 Subject: [PATCH] update --- .github/workflows/actions.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4a1789a..00faf97 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -3,7 +3,7 @@ name: Run Scripts on: schedule: # Run newday.py every day. - - cron: '30 18 * * *' + - cron: '35 12 * * *' jobs: @@ -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 @@ -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 \ No newline at end of file