Skip to content

Commit

Permalink
Merge pull request #5 from jumpstarter-dev/rename-ci-jobs
Browse files Browse the repository at this point in the history
Update jumpstarter-pr-push-and-scheduled.yaml
  • Loading branch information
mangelajo authored Jan 31, 2024
2 parents e12a599 + df01249 commit 1f7cc02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jumpstarter-pr-push-and-scheduled.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test Jumpstarter workflow"
name: "Test in Hardware"
on:
workflow_dispatch:
push:
Expand All @@ -13,7 +13,7 @@ permissions:
pull-requests: read

jobs:
test-in-hardware-raspbian-lite:
raspbian-lite:
runs-on: [self-hosted, linux, jumpstarter-rpi4]
defaults:
run:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Test in Hardware
run: make test-in-hardware

test-in-hardware-fedora-rawhide:
fedora-rawhide:
runs-on: [self-hosted, linux, jumpstarter-rpi4]
defaults:
run:
Expand Down

0 comments on commit 1f7cc02

Please sign in to comment.