Delete .gitea/workflows/test.yml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3s

This commit is contained in:
b0xxer 2025-04-17 09:13:28 -05:00
parent a7769c1d2a
commit 379631d5d9

View File

@ -1,14 +0,0 @@
name: Podman Test
on: [push]
jobs:
podman-job:
runs-on: podman_linux
container:
image: alpine:latest
options: --security-opt label=disable --security-opt seccomp=unconfined
steps:
- name: Verify Podman
run: |
podman --version
podman run --rm docker.io/library/hello-world