Skip to content

Commit

Permalink
added timeout to fellow method
Browse files Browse the repository at this point in the history
Just to ensure it doesn't get stuck as the default time is 6 hours
  • Loading branch information
Bullrich committed Mar 18, 2024
1 parent 252f073 commit caa4b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/get-fellows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
mention-fellows:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: paritytech/get-fellows-action@main
id: fellows
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on: [push]
jobs:
mention-fellows:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: paritytech/get-fellows-action
id: fellows
Expand Down

0 comments on commit caa4b66

Please sign in to comment.