From ce8d0155ce35253235db357d978799a848f8d7fb Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Mon, 15 Apr 2024 08:26:31 +0200 Subject: [PATCH] Slight change for testing --- .github/workflows/pr-code-format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml index cc31e6f01c..3fa625d7f2 100644 --- a/.github/workflows/pr-code-format.yml +++ b/.github/workflows/pr-code-format.yml @@ -10,7 +10,8 @@ on: jobs: code_formatter: runs-on: [self-hosted, ARM64] - if: github.repository == 'FEX-Emu/FEX' +# Temporary block comment for testing +# if: github.repository == 'FEX-Emu/FEX' steps: - name: Fetch FEX sources