From c9892f06b02effa6d3787a2f5264ac3cb2b9595e Mon Sep 17 00:00:00 2001 From: "Dwi Fahni Denni (dfdenni)" Date: Sat, 1 Apr 2023 22:39:54 +0700 Subject: [PATCH] Update clone.yml --- .github/workflows/clone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/clone.yml b/.github/workflows/clone.yml index 0bbd1b6..8cb7893 100644 --- a/.github/workflows/clone.yml +++ b/.github/workflows/clone.yml @@ -1,9 +1,9 @@ -name: GitHub Clone Count for 14 days at every 6 hours +name: GitHub Clone Count for 14 days at every 12 hours # Controls when the action will run. on: schedule: - - cron: "0 */6 * * *" + - cron: "0 */12 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -36,4 +36,4 @@ jobs: - name: Push uses: ad-m/github-push-action@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }}