DSACMS / metrics

Experimentations in Open Source Repository Metrics
https://dsacms.github.io/metrics/
Other
6 stars 3 forks source link

Stop Unneeded CodeQl Action Triggers on Temporary Git Branches #135

Closed IsaacMilarky closed 5 months ago

IsaacMilarky commented 5 months ago

Stop Unneeded CodeQl Action Triggers on Temporary Git Branches

Problem

CodeQL Action triggers on temporary branches and the branch is deleted by the time the action triggers. Example:

https://github.com/DSACMS/metrics/actions/runs/8745285591

Solution

Disallow running CodeQL on any branches that start with the string "push-action/"