We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce56f77 commit 8106eb0Copy full SHA for 8106eb0
2 files changed
.github/request-pully.yml
@@ -4,5 +4,5 @@ commands:
4
cmd_started: "🚀 Build for #{pr_number} started."
5
cmd_completed: "✅ Build completed: `ghcr.io/codeshelldev/secured-signal-api:{{image_tag}}`."
6
7
- workflow_file: not-found.yml
+ workflow_file: pr-build.yml
8
staff_only: true
.github/workflows/pr-build.yml
@@ -31,6 +31,8 @@ jobs:
31
run: |
32
set -euo pipefail
33
34
+ exit 1
35
+
36
if [ -z "$COUNT" ] || [ "$COUNT" -lt 0 ] && [ "$COUNT" -ne -1 ]; then
37
echo "❌ Invalid count: $COUNT. May only be > 0."
38
exit 1
0 commit comments