From 35c0efd45e92f7fa16bd5f8d3ac08cd41c60a1f8 Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Date: Tue, 21 Jan 2025 16:04:27 +0200 Subject: [PATCH] Remove 1.0.x branch from GitHub workflows (#3599) Signed-off-by: Violeta Georgieva --- .github/workflows/codeql-analysis.yml | 2 -- .github/workflows/publish.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index debb1bab4e..f183e3808d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,13 +16,11 @@ on: branches: - main - 1.1.x - - 1.0.x pull_request: # The branches below must be a subset of the branches above branches: - main - 1.1.x - - 1.0.x schedule: - cron: '0 12 * * 6' permissions: read-all diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee2037ef6f..93af3aca54 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,7 +4,6 @@ on: branches: # For branches, better to list them explicitly than regexp include - main - 1.1.x - - 1.0.x permissions: read-all jobs: # General job notes: we DON'T want to cancel any previous runs, especially in the case of a "back to snapshots" build right after a release push