diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 17:50:47 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-06 17:50:47 +0100 |
commit | aad63445401ca710bb492928c39f0b2fc1cb4198 (patch) | |
tree | c12714a9125d1e6a237bd5224f7865396df15d80 /.github/workflows | |
parent | fb9da0a1b57fda7d0f10f532da74aaf80c91c191 (diff) | |
download | Nexus-aad63445401ca710bb492928c39f0b2fc1cb4198.tar.gz Nexus-aad63445401ca710bb492928c39f0b2fc1cb4198.tar.bz2 Nexus-aad63445401ca710bb492928c39f0b2fc1cb4198.zip |
Make buttons bigger and change workflow to not run for now
Diffstat (limited to '.github/workflows')
-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. |