ci: do not run l3build check

This commit is contained in:
Johan Larsson 2024-01-15 20:17:22 +01:00
parent 5d32f73e69
commit 4b328dca40
1 changed files with 2 additions and 4 deletions

View File

@ -14,12 +14,10 @@ jobs:
- uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-full
- name: check
run: l3build check
- name: document
run: l3build doc
- name: install
run: l3build install
- name: build
run: l3build ctan -q -H --show-log-on-error
release:
if: ${{ github.ref == 'refs/heads/main' }}
permissions: