diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2a02bd4bb9..d195ed0131 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ # Run these tests automatically on Github -# on every push and pull request. +# on every push. name: StellaTests -on: [push, pull_request] +on: [push] # We run the in a bash shell defaults: