mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
gha: dragonball: Run only on the dragonball labeled machine
Static checks for dragonball are landing on any of the self-hosted runners, and the reason for that is because "self-hosted" was the label selector used. Let's use "dragonball" instead, as the machine has that label as well. Fixes: #7464 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
5385ddc560
commit
3aa6c77a01
@ -14,7 +14,7 @@ concurrency:
|
|||||||
name: Static checks dragonball
|
name: Static checks dragonball
|
||||||
jobs:
|
jobs:
|
||||||
test-dragonball:
|
test-dragonball:
|
||||||
runs-on: self-hosted
|
runs-on: dragonball
|
||||||
env:
|
env:
|
||||||
RUST_BACKTRACE: "1"
|
RUST_BACKTRACE: "1"
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user