diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index 2b532d8..310b81b 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -10,11 +10,6 @@ jobs: if: contains(gitea.event.head_commit.message, '[deploy]') steps: - - name: Test network - run: | - which curl || (apk add --no-cache curl) - curl -vk https://git.rchou.net/ - - name: Checkout uses: actions/checkout@v4