Don't run randomized tests on pushes to main

This commit is contained in:
Max Brunsfeld 2023-04-17 15:43:12 -07:00
parent 837866f962
commit 485c56e3bd

View file

@ -5,7 +5,6 @@ concurrency: randomized-tests
on: on:
push: push:
branches: branches:
- main
- randomized-tests-runner - randomized-tests-runner
schedule: schedule:
- cron: '0 * * * *' - cron: '0 * * * *'