diff --git a/actions/example-lxc/.forgejo/workflows/test.yml b/actions/example-lxc/.forgejo/workflows/test.yml index 5e466e72..e7aa3fd9 100644 --- a/actions/example-lxc/.forgejo/workflows/test.yml +++ b/actions/example-lxc/.forgejo/workflows/test.yml @@ -1,8 +1,16 @@ on: [push] jobs: - build: + job1: runs-on: lxc steps: - uses: https://data.forgejo.org/actions/checkout@v4 - run: systemctl --no-pager list-units + job2: + runs-on: lxc + steps: + - run: echo OK2 + job3: + runs-on: lxc + steps: + - run: echo OK3 diff --git a/actions/example-lxc/runner-config.yaml b/actions/example-lxc/runner-config.yaml index 6698ed20..617b3920 100644 --- a/actions/example-lxc/runner-config.yaml +++ b/actions/example-lxc/runner-config.yaml @@ -11,7 +11,7 @@ runner: insecure: false fetch_timeout: 5s fetch_interval: 2s - labels: ["lxc:lxc://debian:bookworm:docker"] + labels: ["lxc:lxc://debian:bookworm"] cache: enabled: false