From 06a2d91dc72aff79f5be5c50e48fbcf89e6108a3 Mon Sep 17 00:00:00 2001 From: Joonas Onatsu Date: Mon, 11 Nov 2024 15:28:25 +0200 Subject: [PATCH] update --- .github/workflows/test.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63c934d..6a12237 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ name: test on: + workflow_dispatch: push: branches: - test_versiontag @@ -24,21 +25,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha || github.ref }} + fetch-depth: 0 - name: Extract tag version id: tag run: echo "TAG_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT - - name: Free Disk Space (Ubuntu) - uses: jlumbroso/free-disk-space@main - with: - # this might remove tools that are actually needed, - # if set to "true" but frees about 6 GB - tool-cache: false - - # all of these default to true, but feel free to set to - # "false" if necessary for your workflow - android: true - dotnet: true - haskell: true - large-packages: true - docker-images: true - swap-storage: true