Skip to content

Commit

Permalink
fix CI checks for v4-main
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 21, 2024
1 parent c427f45 commit 4611a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- v4-main

env:
TURBO_API: http://127.0.0.1:9080
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-and-blueprint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- v4-main

env:
TURBO_API: http://127.0.0.1:9080
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/enforce-pr-labels-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [labeled, unlabeled, opened, reopened]
branches:
- main
- v4-main

concurrency:
group: pr-labels-canary-${{ github.head_ref || github.ref_name }}
Expand Down

0 comments on commit 4611a4b

Please sign in to comment.