Skip to content

Commit

Permalink
add dep on job
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Jul 4, 2024
1 parent 025a00a commit 5d26a24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: [push]
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
# https://hub.docker.com/_/alpine
jobs:
tests:
test:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:

build:
runs-on: ubuntu-24.04
needs: test
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5d26a24

Please sign in to comment.