Update .forgejo/workflows/helloworld.yml
Some checks failed
Hello World CI / print-hello-world (push) Has been cancelled
Some checks failed
Hello World CI / print-hello-world (push) Has been cancelled
This commit is contained in:
parent
b7958216d2
commit
5dccef8bf5
1 changed files with 11 additions and 6 deletions
|
@ -1,8 +1,13 @@
|
|||
on: push
|
||||
name: Hello World CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
ipv6:
|
||||
runs-on: docker
|
||||
print-hello-world:
|
||||
runs-on: alpine:latest
|
||||
steps:
|
||||
- run: |
|
||||
apt update; apt install --yes curl
|
||||
curl -s -o /dev/null http://ipv6.google.com
|
||||
- name: Print Hello World
|
||||
run: echo "Hello, World!"
|
Loading…
Add table
Reference in a new issue