remove timeout vars in workflows

This commit is contained in:
Erica Portnoy
2026-06-11 11:12:41 -07:00
parent 29e13edc76
commit c9b6bf0a9f
4 changed files with 0 additions and 10 deletions
-2
View File
@@ -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 }}"
-2
View File
@@ -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:
-2
View File
@@ -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