From 5efeb30226f5c6d1784ec9c663e1cefc4181fbf5 Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Sun, 24 Aug 2025 11:40:13 +0200 Subject: [PATCH] pause automatic commits --- .github/workflows/update_examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index d3be8760b..6908f0796 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -55,7 +55,7 @@ jobs: shell: bash - name: Commit changes to raylib repo - if: github.event_name == 'push' + if: github.event_name == 'push' && false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | @@ -67,7 +67,7 @@ jobs: shell: bash - name: Push changes to raylib.com repo - if: github.event_name == 'push' + if: github.event_name == 'push' && false run: | cd raylib.com git add -A