diff options
author | David Timber <dxdt@dev.snart.me> | 2024-11-13 02:50:22 +0100 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-11-13 02:51:40 +0100 |
commit | 3192a2ced0e12e1ad1270c1edeb92b4d73e72a97 (patch) | |
tree | 908889862def2a30ebc83176386de8e31d8c6c37 /.github | |
parent | a99a76aa4d06cf1eaa6f47d29d9ba7da60690cf9 (diff) |
Disable ping-he-tb, fix main
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 3 | ||||
-rw-r--r-- | .github/workflows/ping-he-tb.yml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2901af1..3ce4f12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,10 @@ jobs: steps: - name: Run main run: | + curl -4 ifconfig.me || true + curl -6 ifconfig.me || true sudo apt-get install -y ncat ncat -l 12345 --keep-open --exec "/bin/cat" & ncat -u -l 12345 --keep-open --exec "/bin/cat" & + sudo ss -utanp || true sleep inf diff --git a/.github/workflows/ping-he-tb.yml b/.github/workflows/ping-he-tb.yml index cb9a679..5a0f5b8 100644 --- a/.github/workflows/ping-he-tb.yml +++ b/.github/workflows/ping-he-tb.yml @@ -1,8 +1,8 @@ name: ping-he-tb run-name: ping-he-tb on: - schedule: - - cron: '*/5 * * * *' + # schedule: + # - cron: '*/5 * * * *' workflow_dispatch: jobs: Do-snapshot: |