Skip to content

Instantly share code, notes, and snippets.

View takp's full-sized avatar

Taka Nishida takp

  • Japan
  • 11:44 (UTC +09:00)
View GitHub Profile
@takp
takp / cancel-gitlab-pipelines.sh
Created September 25, 2025 06:07
Cancel GitLab pipelines stacked with "Waiting"
#!/bin/bash
# Simple GitLab pipeline cancel script
# Usage:
# export TOKEN="your_token"
# export PROJECT_ID="your_project_id"
# ./cancel.sh
echo "Canceling waiting_for_resource pipelines..."