From 23f8cbfec1789a9419ffb78e2749978ce33eac6e Mon Sep 17 00:00:00 2001 From: Renaud Hartert Date: Thu, 9 Jan 2025 11:22:44 +0000 Subject: [PATCH 1/2] Update workflows --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/push.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 52c1cc129..abce1ce9f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: "CodeQL Advanced" on: push: - branches: [ "main" ] + branches: [ "dev/sdk-mod" ] pull_request: - branches: [ "main" ] + branches: [ "dev/sdk-mod" ] schedule: - cron: '41 1 * * 0' diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0ff9939cf..4b0a08348 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -12,7 +12,7 @@ on: # because the commit is identical, yet we need to perform it to # seed the build cache. branches: - - main + - dev/sdk-mod jobs: tests: From b73c0422761c9139293333a80b9b080d3d06d2e5 Mon Sep 17 00:00:00 2001 From: Renaud Hartert Date: Thu, 9 Jan 2025 11:27:18 +0000 Subject: [PATCH 2/2] Update external-message wf --- .github/workflows/external-message.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/external-message.yml b/.github/workflows/external-message.yml index 80b15d651..838d453f1 100644 --- a/.github/workflows/external-message.yml +++ b/.github/workflows/external-message.yml @@ -9,7 +9,7 @@ on: pull_request_target: types: [opened, reopened, synchronize] branches: - - main + - dev/sdk-mod jobs: comment-on-pr: