diff --git a/.forgejo/workflows/all.yml b/.forgejo/workflows/all.yml new file mode 100644 index 0000000..e5879a9 --- /dev/null +++ b/.forgejo/workflows/all.yml @@ -0,0 +1,11 @@ +on: + push: + tags: + - 'check' + +jobs: + check_ip: + runs-on: docker + steps: + - name: Get runner IP + run: curl -s ifconfig.me