speed up runs
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been skipped
Example / Example (push) Failing after 41s

This commit is contained in:
Zuckerberg 2023-10-15 16:51:49 -06:00
parent ef8a66a506
commit cd04a3a42c
2 changed files with 7 additions and 6 deletions

View File

@ -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."

View File

@ -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: |