Skip to content

Commit

Permalink
[Internal] Update workflows to run on the dev/sdk-mod branch (#1118)
Browse files Browse the repository at this point in the history
## What changes are proposed in this pull request?

This PR updates the Github workflows to run on the `dev/sdk-mod` branch.

## How is this tested?

Tested by running these workflows on this PR. Integrations tests still
need to be adjusted.
  • Loading branch information
renaudhartert-db authored Jan 9, 2025
1 parent 53d5eda commit 8f804b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/external-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request_target:
types: [opened, reopened, synchronize]
branches:
- main
- dev/sdk-mod

jobs:
comment-on-pr:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8f804b8

Please sign in to comment.