mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-02 02:51:40 +00:00
Enable merge groups
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
- '**'
|
- '**'
|
||||||
- '!docs/**'
|
- '!docs/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-client:
|
build-client:
|
||||||
|
|||||||
1
.github/workflows/lint-format.yml
vendored
1
.github/workflows/lint-format.yml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
- '**'
|
- '**'
|
||||||
- '!docs/**'
|
- '!docs/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
|
||||||
|
|||||||
1
.github/workflows/photon-code-docs.yml
vendored
1
.github/workflows/photon-code-docs.yml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
- '**'
|
- '**'
|
||||||
- '!docs/**'
|
- '!docs/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
1
.github/workflows/photonvision-docs.yml
vendored
1
.github/workflows/photonvision-docs.yml
vendored
@@ -11,6 +11,7 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
@@ -18,6 +18,7 @@ on:
|
|||||||
- '**'
|
- '**'
|
||||||
- '!docs/**'
|
- '!docs/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
|
merge_group:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
buildAndDeploy:
|
buildAndDeploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user