From a0f7d1524a7ba39d2745e969c44e0a10acc7b9cd Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 17 Jun 2024 19:40:03 +0000 Subject: [PATCH] ci: remove ci testing push trigger Remove ci testing pushing trigger as it no longer will work in the future and is unneccessary (cherry picked from commit a302d188778172f4c649a16b70444dc3723655a2) --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b9a0be418f6..1c3e9d48b7d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,6 @@ on: - main - '[0-9]+.[0-9]+.x' - # Developers can make one-off pushes to `ci-*` branches to manually trigger full CI - # prior to opening a pull request. - - ci-* - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true