Bump pkl.impl.ghactions to version 1.8.1 (#1668)

Updates pkl.impl.ghactions package to version 1.8.1
This commit is contained in:
Daniel Chao
2026-06-09 00:28:22 -07:00
committed by GitHub
parent 391329c1fa
commit 16a640ed80
3 changed files with 9 additions and 5 deletions
+6 -2
View File
@@ -825,7 +825,7 @@ jobs:
path: '**/build/reports/tests/**/*'
if-no-files-found: ignore
verdict:
if: '!cancelled() && !failure()'
if: always()
needs:
- check-pkl-github-actions
- gradle-check
@@ -844,7 +844,11 @@ jobs:
- pkl-doc-windows-amd64-snapshot
runs-on: ubuntu-latest
steps:
- run: 'true'
- name: Failure verdict
if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
run: |-
echo "Some of the required jobs are either failing or were cancelled"
exit 1
upload-event-file:
runs-on: ubuntu-latest
steps: