Skip to content

Commit b760d88

Browse files
CCM-11942 drop infrareponme from static workflow calls
1 parent fb13c62 commit b760d88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,11 @@ sleep 10 # Wait a few seconds before checking for the presence of the api to acc
147147
workflow_run_url=""
148148

149149
for _ in {1..18}; do
150-
151-
set -x
152150
response=$(curl -s -L \
153151
-H "Accept: application/vnd.github+json" \
154152
-H "Authorization: Bearer ${PR_TRIGGER_PAT}" \
155153
-H "X-GitHub-Api-Version: 2022-11-28" \
156154
"https://api.github.com/repos/NHSDigital/nhs-notify-internal/actions/runs?event=workflow_dispatch")
157-
set +x
158155

159156
if ! echo "$response" | jq empty 2>/dev/null; then
160157
echo "[ERROR] Invalid JSON response from GitHub API during workflow polling:"

0 commit comments

Comments
 (0)