From 15ecc4e5a2446d04602eb16ec5cc149f7cc4d754 Mon Sep 17 00:00:00 2001 From: Arne Weiss Date: Sun, 26 May 2024 16:51:05 +0200 Subject: [PATCH] . --- .gitea/workflows/demo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 909e0b6..6808da7 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,9 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest - container: - image: nixos/nix:latest + runs-on: native steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"