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: |