Skip to content

Commit

Permalink
Run shorter CI steps on GitHub runners
Browse files Browse the repository at this point in the history
Avoid queuing on `stove` behind the longer build.
Also use latest GitHub-supported Ubuntu.
  • Loading branch information
hrutvik committed Aug 8, 2024
1 parent d55bdb1 commit 8535bdb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

build:
runs-on: self-hosted
container: ubuntu:20.04
container: ubuntu-latest
timeout-minutes: 600

env:
Expand Down Expand Up @@ -156,8 +156,7 @@ jobs:
needs: build
permissions:
contents: write
runs-on: self-hosted
container: ubuntu:20.04
runs-on: ubuntu-latest
env:
COMMITS: ${{ github.workspace }}/commits.txt

Expand Down Expand Up @@ -190,8 +189,7 @@ jobs:
notify:
needs: build
runs-on: self-hosted
container: ubuntu:20.04
runs-on: ubuntu-latest
if: ${{ always() }}

steps:
Expand Down

0 comments on commit 8535bdb

Please sign in to comment.