Merge branch 'dev/pr_automation_2' into dev/test_pr_automation_2
Run Simulator Tests on local RHEL9 / build (push) Failing after 26s
Build on RHEL8 docker image / build (push) Failing after 1m10s
Build on RHEL9 docker image / build (push) Failing after 1m12s
Run Simulator Tests on local RHEL8 / build (push) Failing after 49s

This commit is contained in:
2026-08-28 09:41:31 +02:00
+1 -2
View File
@@ -27,7 +27,7 @@ jobs:
uses: actions/github-script@v8
with:
script: |
core.setOutput('validated', 'true');
core.setOutput('validated', 'true');
/*
* If triggered by label change, ignore unrelated labels.
@@ -214,7 +214,6 @@ jobs:
pull-requests: write
contents: read
detector-labels:
needs: validate-pr
if: ${{ needs.validate-pr.outputs.validated == 'true' }}