Skip to content

Commit

Permalink
Update schuldedWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseweb-works authored Oct 10, 2024
1 parent 7cc8e2f commit d32ced4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schuldedWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Scheduled workflow

on:
schedule:
- cron: '*/5 * * * *'
- cron: '0 13 * * *'
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
cp "$RUNNER_TEMP/master_public.tar" "master_public.tar"
git add master_public.tar
git commit -m "Add new master_public.tar"
git push
git push

0 comments on commit d32ced4

Please sign in to comment.