Skip to content

Commit

Permalink
trigger int tests on a push
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 17, 2024
1 parent c42b636 commit cb5c10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
integration-tests:
needs:
- unit-tests
if: ${{ github.event_name != 'pull_request' }}
if: ${{ github.ref_type == 'push' }}
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit cb5c10b

Please sign in to comment.