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:
push:
branches:
- main
- randomized-tests-runner
schedule:
- cron: '0 * * * *'