Skip to content

Commit

Permalink
[GHA asy] disable CI build, allow for manual trigger
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@70452 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
norbusan committed Mar 6, 2024
1 parent a90decf commit a4765dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-asy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ on:
push:
branches:
- trunk
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -55,13 +56,13 @@ jobs:
- tl_name: i386-linux
image: i386/debian:buster
platform: 386
ci_build: true
ci_build: false
use_qemu: false
buildsys: ubuntu
- tl_name: x86_64-linux
image: debian:buster
platform: amd64
ci_build: true
ci_build: false
use_qemu: false
buildsys: ubuntu

Expand Down

0 comments on commit a4765dc

Please sign in to comment.