speed up runs
This commit is contained in:
parent
ef8a66a506
commit
cd04a3a42c
@ -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."
|
||||
|
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user