mirror of
https://github.com/chenasraf/flathub.git
synced 2026-05-17 17:38:10 +00:00
ci: Set timeout minutes for some jobs that are likely to hang
This commit is contained in:
1
.github/workflows/archive.yml
vendored
1
.github/workflows/archive.yml
vendored
@@ -9,6 +9,7 @@ jobs:
|
||||
archive:
|
||||
name: Archive EOL repositories
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 120
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.FLATHUBBOT_TOKEN }}
|
||||
steps:
|
||||
|
||||
1
.github/workflows/external-data-checker.yml
vendored
1
.github/workflows/external-data-checker.yml
vendored
@@ -8,6 +8,7 @@ on:
|
||||
jobs:
|
||||
flathub-data-checker-global:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user