From dccd6ebb408455bf6690624f1e0c56e80b73d110 Mon Sep 17 00:00:00 2001 From: registergoofy <70151212+registergoofy@users.noreply.github.com> Date: Mon, 23 Nov 2020 17:30:13 +0100 Subject: [PATCH] remove blank lines (#462) *removel blank lines * fix the ci looking for the last tag --- .github/workflows/ci_golangci-lint.yml | 2 -- .github/workflows/ci_hub-tests.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci_golangci-lint.yml b/.github/workflows/ci_golangci-lint.yml index 0f45afaf7..8052f9797 100644 --- a/.github/workflows/ci_golangci-lint.yml +++ b/.github/workflows/ci_golangci-lint.yml @@ -20,5 +20,3 @@ jobs: # Optional: golangci-lint command line arguments. args: --issues-exit-code=0 --timeout 5m only-new-issues: true - - diff --git a/.github/workflows/ci_hub-tests.yml b/.github/workflows/ci_hub-tests.yml index 4b59c77a4..1a1274ee1 100644 --- a/.github/workflows/ci_hub-tests.yml +++ b/.github/workflows/ci_hub-tests.yml @@ -36,7 +36,7 @@ jobs: - uses: oprypin/find-latest-tag@v1 with: repository: crowdsecurity/crowdsec # The repository to scan. - releases-only: false # We know that all relevant tags have a GitHub release for them. + releases-only: true # We know that all relevant tags have a GitHub release for them. id: crowdsec # The step ID to refer to later. - name: Create crowdsec test env with all parsers from the release run: |