bbeesley/check-for-running-deployments
Simply counts running deployments
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit Nov 3, 2022
- License
- MIT
Pinned Snippet
uses: bbeesley/gha-check-for-running-deployments@76b4408b77b6163fc05caf4cfe515101a5a237dd # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| region | AWS region to count deployments in | no | eu-central-1 |
| application-name | The CodeDeploy application name | yes | — |
| deployment-group-name | The CodeDeploy deployment group name | yes | — |
| deployment-status | Count deployments with this status | yes | InProgress |
Outputs
| name | description |
|---|---|
| deployments | The number of deployments |