Skip to content

Commit bec4a0b

Browse files
ci: remove a workflow job if-failed
This job is unneeded anymore. #434 (comment) Signed-off-by: Shunsuke Suzuki <[email protected]>
1 parent cc037a7 commit bec4a0b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

-14
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,3 @@ jobs:
5353
config-file: .slsa-goreleaser-${{matrix.os}}-${{matrix.arch}}.yml
5454
compile-builder: true
5555
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

Comments
 (0)