Skip to content

Commit

Permalink
Enable merge groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Nov 19, 2024
1 parent 3a9d22c commit 7d1e748
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:

jobs:
build-client:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/photon-code-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/photonvision-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
paths:
- 'docs/**'
- '.github/**'
merge_group:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:

jobs:
buildAndDeploy:
Expand Down

0 comments on commit 7d1e748

Please sign in to comment.