From cd04a3a42cabecbb92a73ab5742465279fb8b859 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 15 Oct 2023 16:51:49 -0600 Subject: [PATCH] speed up runs --- .gitea/workflows/build.yaml | 1 + .gitea/workflows/test.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 43a9744..cc34aea 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,6 +3,7 @@ run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: Explore-Gitea-Actions: + if: ${{ false }} # disable for now runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 669c914..94394d1 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -30,14 +30,14 @@ jobs: run: | ls ${{ gitea.workspace }} - - name: Install dependencies - run: | - nix profile install nixpkgs#cowsay - nix profile install nixpkgs#curl + # - name: Install dependencies + # run: | + # nix profile install nixpkgs#cowsay + # nix profile install nixpkgs#curl - - run: cowsay testing + # - run: cowsay testing - - run: curl -I s0.koi-bebop.ts.net + # - run: curl -I s0.koi-bebop.ts.net - name: Setup SSH Key run: |