Update .forgejo/workflows/helloworld.yml
Some checks failed
/ ipv6 (push) Has been cancelled

This commit is contained in:
sohrab 2025-02-11 14:05:00 -05:00
parent ab1471344b
commit b7958216d2

View file

@ -1,13 +1,8 @@
name: Hello World CI
on:
push:
branches:
- main
on: push
jobs:
print-hello-world:
runs-on: alpine:latest
ipv6:
runs-on: docker
steps:
- name: Print Hello World
run: echo "Hello, World!"
- run: |
apt update; apt install --yes curl
curl -s -o /dev/null http://ipv6.google.com