Skip to content

Commit

Permalink
fix(ci): propagate timeout-minutes (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera authored Jul 29, 2024
1 parent 6c9fd67 commit e683404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
make-target: ${{ matrix.make-target }}
runs-on: ${{ matrix.runs-on}}
run: ${{ matrix.run }}
timeout-minutes: "${{ matrix.timeout-minutes || 25 }}"
secrets: inherit
# this allows you to set a required status check
e2e-ok:
Expand Down

0 comments on commit e683404

Please sign in to comment.