Skip to content

Commit

Permalink
Adjust CI timeout and runners (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorbel1 committed Apr 4, 2024
1 parent f4aedf1 commit 4329213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_devtool.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
pull-requests: write
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/general.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
run-checks:
name: Run Checks
permissions: {}
timeout-minutes: 30
timeout-minutes: 60
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
steps:
- name: Checkout
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
build-devtool:
name: Build Devtools
timeout-minutes: 30
runs-on: ubuntu-22.04
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 4329213

Please sign in to comment.