Files
lilleman 0dfcc0f9ca
CI / gate (push) Successful in 7m12s
CI / publish (push) Has been skipped
5c: report the depth cause from the guards, and make the publish converge
2026-09-03 21:19:01 +02:00

23 lines
431 B
YAML

name: CI
on: push
jobs:
gate:
runs-on: docker-host
steps:
- uses: actions/checkout@v7.0.1
- run: bash ci.sh
publish:
concurrency:
cancel-in-progress: false
group: publish
if: github.ref == 'refs/heads/main'
needs: gate
runs-on: docker-host
steps:
- uses: actions/checkout@v7.0.1
- env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: bash publish.sh