Skip to content

Commit a3f279f

Browse files
committed
chore(ubi-rust-builder): Fail on purpose to test notification
1 parent bd1eb6e commit a3f279f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ubi-rust-builder.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ jobs:
106106
# Uses the keyless signing flow with Github Actions as identity provider
107107
cosign sign -y "$MANIFEST_LIST_NAME@$DIGEST"
108108
109+
- name: Fail on purpose
110+
shell: bash
111+
run: 'false'
112+
109113
notify:
110114
name: Failure Notification
111115
needs: [build, publish_manifests]

0 commit comments

Comments
 (0)