File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 181181 " Bash(gh run view:*)" ,
182182 " Bash(node scripts/release.mjs:*)" ,
183183 " Bash(gh release:*)" ,
184- " Bash(bash)"
184+ " Bash(bash)" ,
185+ " Bash(timeout 5 pairux:*)" ,
186+ " Bash(gh run watch:*)" ,
187+ " Bash(~/.local/bin/pairux:*)"
185188 ],
186189 "deny" : [
187190 " Bash(npm *)" ,
Original file line number Diff line number Diff line change 1616 deploy :
1717 runs-on : ubuntu-latest
1818 name : Deploy to TURN Droplet
19+ # Skip release commits (only package.json version changes, no actual code changes)
20+ if : ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
1921
2022 steps :
2123 - name : Checkout
Original file line number Diff line number Diff line change 1414 lint :
1515 name : Lint
1616 runs-on : ubuntu-latest
17+ # Skip release commits (they're already validated before tagging)
18+ if : ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
1719 steps :
1820 - name : Checkout
1921 uses : actions/checkout@v4
4244 test :
4345 name : Test
4446 runs-on : ubuntu-latest
47+ # Skip release commits (they're already validated before tagging)
48+ if : ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
4549 steps :
4650 - name : Checkout
4751 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments