diff --git a/.github/workflows/self-test.yaml b/.github/workflows/self-test.yaml index d2d52b9..967dc5d 100644 --- a/.github/workflows/self-test.yaml +++ b/.github/workflows/self-test.yaml @@ -1,7 +1,9 @@ name: self-test -on: - pull_request: +# Uncomment to run test on your branch, but keep in mind there will be an extra +# commit added to your PR +# on: +# pull_request: jobs: self-test: