From 99a93662090a84d94b6545075763d9fec86a436e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Laiola=20Guimar=C3=A3es?= Date: Tue, 2 Aug 2022 11:06:31 -0300 Subject: [PATCH] Revert "Create sync-fork-to-upstream.yml" This reverts commit 88c8960556e25ee44eace2799758fd417c28731c. --- .github/workflows/sync-fork-to-upstream.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/sync-fork-to-upstream.yml diff --git a/.github/workflows/sync-fork-to-upstream.yml b/.github/workflows/sync-fork-to-upstream.yml deleted file mode 100644 index a998bc59..00000000 --- a/.github/workflows/sync-fork-to-upstream.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Sync fork to upstream - -on: - schedule: - # Execute action at 9:15 AM UTC every day - - cron: '15 9 * * *' - workflow_dispatch: # on button click - -jobs: - sync: - - runs-on: ubuntu-latest - - steps: - - uses: tgymnich/fork-sync@v1.4 - with: - token: ${{ secrets.PERSONAL_TOKEN }} - owner: dbis-uibk - base: development - head: development