mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 03:35:42 -04:00
ci: add workflow timeout-minutes
This commit is contained in:
3
.github/workflows/deploy-docker-github.yml
vendored
3
.github/workflows/deploy-docker-github.yml
vendored
@@ -138,6 +138,7 @@ jobs:
|
||||
name: >-
|
||||
📦 Release › Create Tag
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
@@ -207,6 +208,7 @@ jobs:
|
||||
name: >-
|
||||
📦 Release › Github › Arm64
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
needs: [ job-docker-release-tags-create ]
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -445,6 +447,7 @@ jobs:
|
||||
name: >-
|
||||
📦 Release › Github › Amd64
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
Reference in New Issue
Block a user