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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
if: ${{ false }} # disable for now
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
|
||||||
|
@ -30,14 +30,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: |
|
# run: |
|
||||||
nix profile install nixpkgs#cowsay
|
# nix profile install nixpkgs#cowsay
|
||||||
nix profile install nixpkgs#curl
|
# 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
|
- name: Setup SSH Key
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user