Merge branch 'main' into bugfix/code-change4john
This commit is contained in:
commit
4375883d85
1 changed files with 0 additions and 10 deletions
10
.github/workflows/web-deploy.yml
vendored
10
.github/workflows/web-deploy.yml
vendored
|
|
@ -15,16 +15,6 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- web/**
|
- web/**
|
||||||
jobs:
|
jobs:
|
||||||
pr-validation:
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
pull-requests: write
|
|
||||||
runs-on: ['self-hosted', 'pi']
|
|
||||||
steps:
|
|
||||||
- uses: TimonVS/pr-labeler-action@v5
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
configuration-path: .github/configs/pr-labeler-configuration.yml
|
|
||||||
build:
|
build:
|
||||||
environment: dev
|
environment: dev
|
||||||
needs: pr-validation
|
needs: pr-validation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue