From 7bacbc1730a9587b25d81f8c64432a3220175716 Mon Sep 17 00:00:00 2001 From: Boris Staal Date: Wed, 7 Feb 2024 16:36:12 -0600 Subject: [PATCH] Update sync-fork.yml --- .github/workflows/sync-fork.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index 7f7d3b6..ffab6bc 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -1,8 +1,8 @@ name: Sync Upstream on: - schedule: - - cron: '*/30 * * * *' + # schedule: + # - cron: '*/30 * * * *' workflow_dispatch: permissions: write-all @@ -18,4 +18,4 @@ jobs: - uses: fopina/upstream-to-pr@v1 with: token: ${{ secrets.GITHUB_TOKEN }} - upstream-repository: https://github.com/actions/cache.git \ No newline at end of file + upstream-repository: https://github.com/actions/cache.git