mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
remove timeout vars in workflows
This commit is contained in:
@@ -33,7 +33,5 @@ jobs:
|
||||
snap_packaging_jobs:
|
||||
name: Snap packaging
|
||||
uses: "./.github/workflows/snap_packaging_jobs.yml"
|
||||
with:
|
||||
snapBuildTimeout: 5400
|
||||
secrets:
|
||||
LAUNCHPAD_CREDENTIALS: "${{ secrets.LAUNCHPAD_CREDENTIALS }}"
|
||||
|
||||
@@ -41,8 +41,6 @@ jobs:
|
||||
permissions:
|
||||
contents: read
|
||||
uses: "./.github/workflows/snap_packaging_jobs.yml"
|
||||
with:
|
||||
snapBuildTimeout: 19800
|
||||
secrets:
|
||||
LAUNCHPAD_CREDENTIALS: "${{ secrets.LAUNCHPAD_CREDENTIALS }}"
|
||||
create_changelog:
|
||||
|
||||
@@ -38,8 +38,6 @@ jobs:
|
||||
snap_packaging_jobs:
|
||||
name: Snap packaging
|
||||
uses: "./.github/workflows/snap_packaging_jobs.yml"
|
||||
with:
|
||||
snapBuildTimeout: 19800
|
||||
secrets:
|
||||
LAUNCHPAD_CREDENTIALS: "${{ secrets.LAUNCHPAD_CREDENTIALS }}"
|
||||
create_changelog:
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
name: Snap packaging
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
snapBuildTimeout:
|
||||
description: 'timeout for snap builds in seconds'
|
||||
type: number
|
||||
secrets:
|
||||
LAUNCHPAD_CREDENTIALS:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user