diff options
Diffstat (limited to '.github/workflows/testing.yaml')
-rw-r--r-- | .github/workflows/testing.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index be960db..6de44ee 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -1,7 +1,7 @@ name: CI on: - pull_request: + # pull_request: merge_group: # Cancel previous runs of the same workflow on the same branch. |