Skip to content

Commit

Permalink
Update .github/workflows/e2ePerformanceRegressionTests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gable <andrewgable@gmail.com>
  • Loading branch information
hannojg and AndrewGable authored Oct 13, 2022
1 parent 4c677ca commit 1350a1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2ePerformanceRegressionTests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Run e2e performance regression tests

# TODO: change that once we settled on when to run this workflow
on:
push:
branches: [dev/ci-e2e-tests]
pull_request:
types: [labeled]

jobs:
e2e-tests:
if: ${{ github.event.label.name == 'e2e' }}
name: "Run e2e performance regression tests"
# Although the tests will run on an android emulator, using macOS as its more performant
runs-on: macos-11
Expand Down

0 comments on commit 1350a1b

Please sign in to comment.