Skip to content

Commit

Permalink
Revert yml run conditionality
Browse files Browse the repository at this point in the history
Now that we've run performance tests, revert changes to when we run.
  • Loading branch information
hannahramadan committed Sep 13, 2022
1 parent 9116d2b commit 71aae44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/performance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Performance Tests

on:
pull_request:
# branches:
# - main
# schedule:
# - cron: '0 9 * * 0'
branches:
- main
schedule:
- cron: '0 9 * * 0'

jobs:
check_branch_changes:
Expand Down

0 comments on commit 71aae44

Please sign in to comment.