We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if-failed
1 parent cc037a7 commit bec4a0bCopy full SHA for bec4a0b
.github/workflows/release.yml
@@ -53,17 +53,3 @@ jobs:
53
config-file: .slsa-goreleaser-${{matrix.os}}-${{matrix.arch}}.yml
54
compile-builder: true
55
evaluated-envs: "VERSION:${{needs.args.outputs.version}}"
56
-
57
- # In case this fails, e.g. build configuration changes, file an issue in slsa-verifier
58
- if-failed:
59
- runs-on: ubuntu-latest
60
- needs: [builder]
61
- if: failure()
62
- steps:
63
- - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
64
- with:
65
- repository: slsa-framework/example-package
66
- - run: |
67
- set -euo pipefail
68
69
- ./.github/workflows/scripts/e2e-report-failure.sh
0 commit comments