Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Apr 28, 2024
1 parent a527570 commit 4bef99c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
docker_push:
name: docker push
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 20
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/body'
steps:
Expand All @@ -28,7 +28,7 @@ jobs:

build:
name: build
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v2
Expand All @@ -39,7 +39,7 @@ jobs:

python_linter:
name: python linter
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 4bef99c

Please sign in to comment.