Skip to content

Commit

Permalink
chore: trigger quorum integration on tags
Browse files Browse the repository at this point in the history
This does not play well with dependabot at its current state
  • Loading branch information
thevilledev authored Nov 26, 2024
1 parent e073eba commit cbb49d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -74,4 +75,4 @@ jobs:

- name: Run integration tests
working-directory: integration
run: go test -v ./...
run: go test -v ./...

0 comments on commit cbb49d9

Please sign in to comment.