mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:13:29 +02:00
Disable PR builds from labels
This commit is contained in:
parent
86dd2e2c3b
commit
ca729cba4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -2,7 +2,7 @@ name: Pull Request CI Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, labeled]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
APP_NAME: interface
|
APP_NAME: interface
|
||||||
|
|
Loading…
Reference in a new issue