|
|
|
|
@ -309,10 +309,10 @@ jobs:
@@ -309,10 +309,10 @@ jobs:
|
|
|
|
|
run: | |
|
|
|
|
if [ "${{ inputs.dry_run }}" = "true" ]; then |
|
|
|
|
echo "Dry run mode - skipping gh workflow disable command" |
|
|
|
|
gh workflow list publish-github-release.yml |
|
|
|
|
gh workflow list "$WORKFLOW_NAME" |
|
|
|
|
else |
|
|
|
|
echo "Disabling workflow to prevent further runs" |
|
|
|
|
gh workflow disable publish-github-release.yml |
|
|
|
|
gh workflow disable "$WORKFLOW_NAME" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
- name: Upload workflow state artifact |
|
|
|
|
|