Files
slsDetectorPackage/.github/workflows/pr_synchronize_trigger.yaml
T
maliakal_d bdfef43665
Build on RHEL9 docker image / build (push) Successful in 4m4s
Build on RHEL8 docker image / build (push) Successful in 5m16s
Run Simulator Tests on local RHEL9 / build (push) Successful in 20m7s
Run Simulator Tests on local RHEL8 / build (push) Successful in 23m30s
give permissions
2026-08-28 16:32:48 +02:00

31 lines
659 B
YAML

# This workflow is triggered when code is pushed to a pull request. It runs the reusable detector label workflow.
name: PR Synchronize Trigger
on:
pull_request:
types:
- synchronize
permissions:
actions: read
pull-requests: read
jobs:
detector-labels:
uses: ./.github/workflows/pr_detector_labels.yaml
with:
pr_number: ${{ github.event.pull_request.number }}
permissions:
pull-requests: write
issues: read
file-version:
uses: ./.github/workflows/pr_file_version.yaml
with:
pr_number: ${{ github.event.pull_request.number }}
permissions:
pull-requests: write
contents: read