From 3d4082e25d34eed03be687db266a0844562f6f9b Mon Sep 17 00:00:00 2001 From: Godot Organization <> Date: Mon, 29 Jul 2024 16:14:26 +0200 Subject: [PATCH] CI: Commit with dummy account to stop receiving notification spam --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e131ef6bfc..d60a493c71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - + - name: Install Node.js 16.x uses: actions/setup-node@v4 with: @@ -32,13 +32,13 @@ jobs: - name: Build the static content using npm run: npm run build - + - name: Fetch pull request data run: npm run compose-db env: GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - name: Archive production artifacts uses: actions/upload-artifact@v4 with: