[BEZALEL] Fix Gitea CI — Remove container directive for host-mode runner #194

Merged
Timmy merged 1 commits from bezalel/fix-gitea-ci-runner-host-mode into main 2026-04-07 13:55:05 +00:00
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ concurrency:
jobs:
smoke-and-build:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-22.04
timeout-minutes: 5
steps:
- name: Checkout code

View File

@@ -11,7 +11,6 @@ on:
jobs:
notebook-smoke:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-22.04
steps:
- name: Checkout
uses: actions/checkout@v4