Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7919b3e870 | ||
|
|
487fee529c | ||
|
|
3bd31cec6a | ||
|
|
75c1486818 | ||
| f520dd4782 | |||
| 98a1ab6f86 | |||
|
|
6a2af26495 | ||
|
|
086f0b3937 | ||
|
|
172cf52bea |
@@ -2,7 +2,7 @@ name: checkout_fedora-image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ devel ]
|
||||
branches: [ devel ]
|
||||
|
||||
jobs:
|
||||
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: [ main ]
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: fedora
|
||||
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