From a31b9228586d2b0abfbb4119cdd0ce5dd14f07fb Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 27 Mar 2023 21:04:10 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index cc09090..9f46486 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,8 +7,6 @@ on: branches: [ master ] jobs: - - build: runs-on: ubuntu-latest steps: @@ -33,3 +31,6 @@ jobs: value: $((${{ secrets.MINOR }}+1)) repository: kroese/virtual-dsm token: ${{ secrets.REPO_ACCESS_TOKEN }} + + +