mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
shakes fist at launchpad for uploading stalls
This commit is contained in:
parent
189c7b1c65
commit
cc8aaf2a5a
1 changed files with 15 additions and 15 deletions
30
.github/workflows/full-test-suite.yml
vendored
30
.github/workflows/full-test-suite.yml
vendored
|
|
@ -13,21 +13,21 @@ permissions:
|
|||
jobs:
|
||||
# These four jobs could be grouped in a separate workflow, but the github actions UI
|
||||
# is much nicer if they are instead listed explicitly here.
|
||||
standard_tests_jobs:
|
||||
name: Standard tests
|
||||
uses: "./.github/workflows/standard_tests_jobs.yml"
|
||||
extended_tests_jobs:
|
||||
name: Extended tests
|
||||
uses: "./.github/workflows/extended_tests_jobs.yml"
|
||||
secrets: inherit
|
||||
docker_packaging_jobs:
|
||||
name: Docker packaging
|
||||
uses: "./.github/workflows/docker_packaging_jobs.yml"
|
||||
with:
|
||||
# We don't publish our Docker images in this pipeline, but when building them
|
||||
# for testing, let's use the nightly tag.
|
||||
dockerTag: nightly
|
||||
secrets: inherit
|
||||
# standard_tests_jobs:
|
||||
# name: Standard tests
|
||||
# uses: "./.github/workflows/standard_tests_jobs.yml"
|
||||
# extended_tests_jobs:
|
||||
# name: Extended tests
|
||||
# uses: "./.github/workflows/extended_tests_jobs.yml"
|
||||
# secrets: inherit
|
||||
# docker_packaging_jobs:
|
||||
# name: Docker packaging
|
||||
# uses: "./.github/workflows/docker_packaging_jobs.yml"
|
||||
# with:
|
||||
# # We don't publish our Docker images in this pipeline, but when building them
|
||||
# # for testing, let's use the nightly tag.
|
||||
# dockerTag: nightly
|
||||
# secrets: inherit
|
||||
snap_packaging_jobs:
|
||||
name: Snap packaging
|
||||
uses: "./.github/workflows/snap_packaging_jobs.yml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue