Skip to content

Commit 8106eb0

Browse files
committed
.
1 parent ce56f77 commit 8106eb0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/request-pully.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ commands:
44
cmd_started: "🚀 Build for #{pr_number} started."
55
cmd_completed: "✅ Build completed: `ghcr.io/codeshelldev/secured-signal-api:{{image_tag}}`."
66

7-
workflow_file: not-found.yml
7+
workflow_file: pr-build.yml
88
staff_only: true

.github/workflows/pr-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: |
3232
set -euo pipefail
3333
34+
exit 1
35+
3436
if [ -z "$COUNT" ] || [ "$COUNT" -lt 0 ] && [ "$COUNT" -ne -1 ]; then
3537
echo "❌ Invalid count: $COUNT. May only be > 0."
3638
exit 1

0 commit comments

Comments
 (0)