diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 542cc5c..f5b871e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,7 @@ jobs: Quorum_Integration_Test: needs: Acceptance_Test + if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest env: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -74,4 +75,4 @@ jobs: - name: Run integration tests working-directory: integration - run: go test -v ./... \ No newline at end of file + run: go test -v ./...