Skip to content

Commit

Permalink
[HOTFIX] Timeout mega linter jobs after 20 min
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Dec 20, 2023
1 parent f0adafa commit dc91208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mega-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
lint-cupcake:
name: Run MegaLinter Cupcake
if: ${{ inputs.LINT_FLAVOR == 'cupcake' }}
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
lint-dotnet:
name: Run MegaLinter Dotnet
if: ${{ inputs.LINT_FLAVOR == 'dotnet' }}
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit dc91208

Please sign in to comment.