Skip to content

Commit

Permalink
Update commit status from PRs from forks
Browse files Browse the repository at this point in the history
Run-GHA: true
Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Nov 27, 2024
1 parent e2f723e commit 82869e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bullseye-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ jobs:
# yamllint disable-line rule:line-length
name: 'test/Functional on ${{ env.DISTRO_NAME }} ${{ env.COMMIT_STATUS_DISTRO_VERSION && env.COMMIT_STATUS_DISTRO_VERSION || env.DISTRO_VERSION }}'
status: "${{ job.status }}"
ignoreForks: false

Calc-functional-hardware-matrix:
name: Calculate Functional Hardware Testing Matrix
Expand Down Expand Up @@ -654,3 +655,4 @@ jobs:
with:
name: 'test/Functional Hardware ${{ matrix.stage }}'
status: "${{ job.status }}"
ignoreForks: false
2 changes: 2 additions & 0 deletions .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ jobs:
# yamllint disable-line rule:line-length
name: 'test/Functional on ${{ env.DISTRO_NAME }} ${{ env.COMMIT_STATUS_DISTRO_VERSION && env.COMMIT_STATUS_DISTRO_VERSION || env.DISTRO_VERSION }}'
status: "${{ job.status }}"
ignoreForks: false

Calc-functional-hardware-matrix:
name: Calculate Functional Hardware Testing Matrix
Expand Down Expand Up @@ -654,3 +655,4 @@ jobs:
with:
name: 'test/Functional Hardware ${{ matrix.stage }}'
status: "${{ job.status }}"
ignoreForks: false

0 comments on commit 82869e6

Please sign in to comment.