Skip to content

Commit

Permalink
Make e2e tests run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Oct 10, 2023
1 parent 3938549 commit fa5c2b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Run instrumentation tests

on:
push:
on: [push, pull_request]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit fa5c2b0

Please sign in to comment.