mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
ci: Run the mirror workflow on generic workers
No need to bottleneck on the self hosted worker(s) when this is a light job. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
parent
584785bf45
commit
05cafd056a
2
.github/workflows/mirror.yml
vendored
2
.github/workflows/mirror.yml
vendored
|
@ -12,7 +12,7 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
yocto-mirror:
|
yocto-mirror:
|
||||||
name: Yocto Git Mirror
|
name: Yocto Git Mirror
|
||||||
runs-on: [self-hosted, Linux]
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: agherzan/git-mirror-me-action@11f54c7186724daafbe5303b5075954f1a19a63e
|
- uses: agherzan/git-mirror-me-action@11f54c7186724daafbe5303b5075954f1a19a63e
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user