From 0388d007fa12969cdf704944fc8aa758778b0fc4 Mon Sep 17 00:00:00 2001 From: Rauhul Varma Date: Tue, 13 May 2025 08:38:31 -0700 Subject: [PATCH] Update update-swift-version.yml Avoid running update swift version workflow on every PR. --- .github/workflows/update-swift-version.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-swift-version.yml b/.github/workflows/update-swift-version.yml index 80e7aa9..bf9ca46 100644 --- a/.github/workflows/update-swift-version.yml +++ b/.github/workflows/update-swift-version.yml @@ -1,8 +1,6 @@ name: Update Swift Version on: - pull_request: - types: [opened, reopened, synchronize] schedule: - cron: '0 0 */14 * *' # Every 14 days at midnight UTC workflow_dispatch: