diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index debb1bab4..f183e3808 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 ee2037ef6..93af3aca5 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