Update .gitea/workflows/demo.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
b0xxer 2025-04-17 09:43:22 -05:00
parent 9e47161130
commit 261822055b

View File

@ -4,13 +4,7 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
container:
image: docker.gitea.com/runner-images:ubuntu-latest
options:
--security-opt label=disable
--security-opt seccomp=unconfined
--cap-add=SYS_ADMIN
runs-on: rocky
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!"