You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regardless of what value is set for include-on-hold, global_block only checks running or created workflows. Running with debug true always prints DEBUG: filtering on statuses: ["running","created"]
Is there an existing issue for this?
Orb version
3.0.0
Current behavior
regardless of what value is set for include-on-hold, global_block only checks running or created workflows. Running with debug true always prints DEBUG: filtering on statuses: ["running","created"]
Minimum reproduction config
workflow-queue/queue:
debug: true
time: '30'
include-on-hold: false
confidence: "2"
Other
I think the issue may be cause by an extra space between the " and the << in
circleci-workflow-queue/src/commands/global_block.yml
Line 47 in 96876d5
The text was updated successfully, but these errors were encountered: