mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
wip
This commit is contained in:
parent
d7a726b51c
commit
efcf36d40f
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
${{ each snap in parameters.snaps }}
|
||||
${{ format('{0}-amd64', snap }}:
|
||||
${{ format('{0}-amd64:', snap }}
|
||||
SNAP_ARCH: amd64
|
||||
# Do not run the heavy non-amd64 builds for test branches
|
||||
${{ if not(startsWith(variables['Build.SourceBranchName'], 'test-')) }}:
|
||||
|
|
|
|||
Loading…
Reference in a new issue