texlive[69517] Build/source/.github/workflows/main.yml: [ga actions]
commits+preining at tug.org
commits+preining at tug.org
Sun Jan 21 08:13:39 CET 2024
Revision: 69517
https://tug.org/svn/texlive?view=revision&revision=69517
Author: preining
Date: 2024-01-21 08:13:39 +0100 (Sun, 21 Jan 2024)
Log Message:
-----------
[ga actions] really disable VM based builds
Modified Paths:
--------------
trunk/Build/source/.github/workflows/main.yml
Modified: trunk/Build/source/.github/workflows/main.yml
===================================================================
--- trunk/Build/source/.github/workflows/main.yml 2024-01-21 02:41:45 UTC (rev 69516)
+++ trunk/Build/source/.github/workflows/main.yml 2024-01-21 07:13:39 UTC (rev 69517)
@@ -144,7 +144,7 @@
path: 'repo'
- name: build freebsd
uses: vmactions/freebsd-vm at v1
- if: matrix.os == 'freebsd'
+ if: ${{ matrix.os == 'freebsd' && (matrix.ci_build || matrix.release_build) }}
with:
usesh: true
run: |
@@ -153,7 +153,7 @@
sh .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.os }}
- name: build netbsd
uses: vmactions/netbsd-vm at v1
- if: matrix.os == 'netbsd'
+ if: ${{ matrix.os == 'netbsd' && (matrix.ci_build || matrix.release_build) }}
with:
usesh: true
run: |
@@ -162,7 +162,7 @@
sh .github/scripts/build-tl.sh ${{ matrix.arch }}-${{ matrix.os }}
- name: build solaris
uses: vmactions/solaris-vm at v1
- if: matrix.os == 'solaris'
+ if: ${{ matrix.os == 'solaris' && (matrix.ci_build || matrix.release_build) }}
with:
usesh: true
run: |
More information about the tex-live-commits
mailing list.