chore: increase workflow timeouts to 120 mins (#6594)

This commit is contained in:
Marco Ferrari 2025-02-20 20:45:21 +01:00 committed by GitHub
parent 6a9eb04b8d
commit f8f7e7086b
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ jobs:
target: slim target: slim
- prefix: "" - prefix: ""
target: standard target: standard
timeout-minutes: 60 timeout-minutes: 120
env: env:
CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest" CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest"
CONTAINER_IMAGE_TARGET: "${{ matrix.images.target }}" CONTAINER_IMAGE_TARGET: "${{ matrix.images.target }}"
@ -164,7 +164,7 @@ jobs:
issues: write issues: write
packages: write packages: write
pull-requests: write pull-requests: write
timeout-minutes: 60 timeout-minutes: 120
steps: steps:
- uses: googleapis/release-please-action@v4.1.3 - uses: googleapis/release-please-action@v4.1.3
id: release id: release

View file

@ -96,7 +96,7 @@ jobs:
target: slim target: slim
- prefix: "" - prefix: ""
target: standard target: standard
timeout-minutes: 60 timeout-minutes: 120
env: env:
CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest" CONTAINER_IMAGE_ID: "ghcr.io/super-linter/super-linter:${{ matrix.images.prefix }}latest"
CONTAINER_IMAGE_TARGET: "${{ matrix.images.target }}" CONTAINER_IMAGE_TARGET: "${{ matrix.images.target }}"

View file

@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# only run on schedule # only run on schedule
if: ${{ github.event_name == 'schedule' }} if: ${{ github.event_name == 'schedule' }}
timeout-minutes: 60 timeout-minutes: 120
steps: steps:
- name: Mark issue stale - name: Mark issue stale
uses: actions/stale@v9 uses: actions/stale@v9
@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# do not run on schedule # do not run on schedule
if: "${{ github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot' }}" if: "${{ github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot' }}"
timeout-minutes: 60 timeout-minutes: 120
steps: steps:
- name: Mark issue not stale - name: Mark issue not stale
uses: actions/github-script@v7 uses: actions/github-script@v7