Update web-deploy.yml

This commit is contained in:
Matt DiMeglio 2025-06-11 12:03:49 -04:00 committed by GitHub
parent 4c5a078767
commit 88e3486bad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,20 @@ on:
paths:
- web/**
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:
environment: dev
needs: pr-validation
if: always() && needs.pr-validation.result == 'success'
runs-on: 'ubuntu-latest'
permissions:
contents: read