Skip to content

Commit

Permalink
CI: Commit with dummy account to stop receiving notification spam
Browse files Browse the repository at this point in the history
The action fails multiple times per day due to flaky GH API, that's too much spam.
  • Loading branch information
Godot Organization committed Jul 29, 2024
1 parent c85127d commit 670c5b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install Node.js 16.x
uses: actions/setup-node@v4
with:
Expand All @@ -32,19 +32,19 @@ jobs:

- name: Build the static content using npm
run: npm run build

- name: Fetch pull request data (godot)
run: npm run compose-db -- repo:godot
env:
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Fetch pull request data (godot-docs)
run: npm run compose-db -- repo:godot-docs
env:
GRAPHQL_TOKEN: ${{ secrets.GRAPHQL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 670c5b1

Please sign in to comment.