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 }}