diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 415e9f42..07dc273b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,6 +7,8 @@ on: pull_request: branches: - main + # Include any branch that is created via ghstack + - gh/** concurrency: group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}