test run on host
This commit is contained in:
@@ -2,7 +2,7 @@ name: checkout_fedora-image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ devel ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
checkout:
|
||||||
|
|||||||
18
.gitea/workflows/run-on-host_checkout_fedora-image.yml
Normal file
18
.gitea/workflows/run-on-host_checkout_fedora-image.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
name: run-on-host_checkout_fedora-image
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ devel ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
checkout:
|
||||||
|
runs-on: fedora-cloud-42
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: https://git.phyllo.me/devops/checkout@v5
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
Reference in New Issue
Block a user