From 956cf5401fcdf17fa332b544b6232ce7ea253eb4 Mon Sep 17 00:00:00 2001 From: Baptiste Girard-Carrabin Date: Tue, 29 Jul 2025 13:41:28 +0200 Subject: [PATCH] [local] Remove upstream sync workflow --- .github/workflows/sync.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index 093a34c7b..000000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Sync upstream -# This runs every day on 1000 UTC -on: - schedule: - - cron: '0 10 * * *' - # Allows manual workflow run - workflow_dispatch: - -permissions: write-all - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Create upstream version tag - uses: DataDog/sync-upstream-release-tag@main - with: - github_actor: "${GITHUB_ACTOR}" - github_repository: "${GITHUB_REPOSITORY}" - github_token: ${{ secrets.WORKFLOW_TOKEN }} - upstream_repo: kubernetes-csi/external-snapshotter