alpha
Login
or
Join now
utensil.tngl.sh
/
pygae-galgebra
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Symbolic Geometric Algebra/Calculus package for SymPy 馃敭 Mirror of https://github.com/pygae/galgebra
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
pygae-galgebra
/
.github
/
at
master
1 folder
Ulysses Tiberious
ci: fix concurrency group causing master badge to show cancelled
4mo ago
7cab4b70
workflows
ci: fix concurrency group causing master badge to show cancelled github.head_ref is only set for pull_request events; it is empty for push-to-master and tag events. When two push events land in quick succession (e.g. merge commit + release tag), both go into the same unnamed group 'test-' and the second cancels the first, causing the master badge to show 'cancelled'. Using `github.head_ref || github.ref` gives each branch/tag its own concurrency group while keeping the cancel-in-progress behaviour for PRs (where head_ref is 'refs/pull/NNN/merge', unique per PR).
4 months ago