Skip to content

Commit

Permalink
Merge pull request #2649 from fluidity-money/fix/leadearboard
Browse files Browse the repository at this point in the history
Adding comment so it can deploy using the PR github action logic
  • Loading branch information
grebois authored May 16, 2024
2 parents 4c65699 + 0b9d93f commit eb19a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/mainnet-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Frontend CI

on:
push:
branches:
- develop
pull_request:
branches:
- develop
Expand All @@ -19,14 +16,14 @@ env:

jobs:
codecov:
# if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
runs-on: powerfulubuntu
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

get-diff:
# if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true
runs-on: powerfulubuntu
environment: mainnet
outputs:
Expand Down Expand Up @@ -60,7 +57,7 @@ jobs:
fi
deploy-web:
# if: needs.get-diff.outputs.file_exists == 'true'
if: needs.get-diff.outputs.file_exists == 'true'
runs-on: powerfulubuntu
environment: mainnet
needs: [get-diff]
Expand Down
1 change: 1 addition & 0 deletions web/leaderboard/sentry.client.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// This file configures the initialization of Sentry on the client.
// The config you add here will be used whenever a users loads a page in their browser.
// https://docs.sentry.io/platforms/javascript/guides/nextjs/
//

import * as Sentry from "@sentry/nextjs";

Expand Down

0 comments on commit eb19a62

Please sign in to comment.