Files
slsDetectorPackage/.github/workflows/pr_synchronize_trigger.yaml
T
maliakal_d 315c0f37dd
Build on RHEL8 docker image / build (push) Successful in 5m17s
Build on RHEL9 docker image / build (push) Successful in 5m44s
Run Simulator Tests on local RHEL9 / build (push) Successful in 20m6s
Run Simulator Tests on local RHEL8 / build (push) Successful in 23m33s
typo
2026-09-02 13:17:22 +02:00

29 lines
699 B
YAML

# This workflow is triggered when code is pushed to a pull request. It runs the reusable detector label workflow and the file version workflow in parallel.
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