From 7b13e5991f765508594de1a1a5766dc5c032dd91 Mon Sep 17 00:00:00 2001 From: Alberto Lerda Date: Wed, 25 Oct 2023 22:22:30 +0100 Subject: [PATCH] simplify CI --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c0ceea..7bbd7f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,6 @@ name: 👷 Testing on: push: - workflow_dispatch: jobs: test: @@ -11,9 +10,7 @@ jobs: image: containers.common-lisp.net/cl-docker-images/sbcl:latest env: - GITHUB_ACTION: true QUICKLISP_SETUP: /github/home/quicklisp/setup.lisp - GITHUB_WORKSPACE: steps: - uses: actions/checkout@v4