diff --git a/.gitea/workflows/checkout_fedora-image.yml b/.gitea/workflows/checkout_fedora-image.yml index aad9793..d5b120e 100644 --- a/.gitea/workflows/checkout_fedora-image.yml +++ b/.gitea/workflows/checkout_fedora-image.yml @@ -2,7 +2,7 @@ name: checkout_fedora-image on: push: - branches: [ main ] + branches: [ devel ] jobs: checkout: diff --git a/.gitea/workflows/run-on-host_checkout_fedora-image.yml b/.gitea/workflows/run-on-host_checkout_fedora-image.yml new file mode 100644 index 0000000..4ebb7d4 --- /dev/null +++ b/.gitea/workflows/run-on-host_checkout_fedora-image.yml @@ -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 \ No newline at end of file