Skip to content

Commit

Permalink
chore: fix GHA for merge-queue
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Dec 11, 2024
1 parent 76cba02 commit 7238dcb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ name: "CodeQL - Python"

on:
push:
branches: [ "main" ]
branches: [main]
paths-ignore:
- '**/tests/integration/*'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**/tests/integration/*'
branches: [main]
schedule:
- cron: "1 18 * * 0"
merge_group:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/regression_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
name: Performance Regression Test

on:
push:
branches: [main]
pull_request:
branches:
- main
paths-ignore:
- tests/regression/**
merge_group:
types: [checks_requested]
branches: [main]

jobs:
regression-test:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/usage_guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches:
- main
merge_group:
types: [checks_requested]
branches: [main]

env:
CDN: https://d3fqnyekunr9xg.cloudfront.net
Expand Down

0 comments on commit 7238dcb

Please sign in to comment.