Skip to content

Commit 670c5b1

Browse files
author
Godot Organization
committed
CI: Commit with dummy account to stop receiving notification spam
The action fails multiple times per day due to flaky GH API, that's too much spam.
1 parent c85127d commit 670c5b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23-
23+
2424
- name: Install Node.js 16.x
2525
uses: actions/setup-node@v4
2626
with:
@@ -32,19 +32,19 @@ jobs:
3232

3333
- name: Build the static content using npm
3434
run: npm run build
35-
35+
3636
- name: Fetch pull request data (godot)
3737
run: npm run compose-db -- repo:godot
3838
env:
3939
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
41+
4242
- name: Fetch pull request data (godot-docs)
4343
run: npm run compose-db -- repo:godot-docs
4444
env:
4545
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47-
47+
4848
- name: Archive production artifacts
4949
uses: actions/upload-artifact@v4
5050
with:

0 commit comments

Comments
 (0)