From 3bca23577ffa4356573d9ad24c5b297c762a4f5b Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 11:20:20 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7449fea..90288075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,16 +6,19 @@ on: description: 'Run debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' required: false default: false - push: - branches: - - master +# push: +# branches: +# - master jobs: build: runs-on: ubuntu-latest container: image: 'netdisco/netdisco:latest-do' steps: - - uses: actions/checkout@master + - name: Check out latest code + env: + GITHUB_WORKSPACE: '/home/netdisco/git' + uses: actions/checkout@master - name: Get the Tag id: get_tag run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}