Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhu-mns authored Oct 14, 2024
1 parent 362a1a7 commit edab575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}
jobs:
test:
runs-on: ubuntu-latest
runs-on: github-selfhosted-runner-autoscaler-cor
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -34,11 +34,11 @@ jobs:
bundle exec ruby loc.rb "$org"
done
prod:
timeout-minutes: 60
timeout-minutes: 150
needs: test
#May need to add a "Pay as you go", larger GitHub-hosted runner depending on the size of each repo
#See https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners/about-larger-runners
runs-on: ubuntu-latest
runs-on: github-selfhosted-runner-autoscaler-cor
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit edab575

Please sign in to comment.