Skip to content

Commit

Permalink
Merge pull request #105 from reside-eng/revert_ci_analytics
Browse files Browse the repository at this point in the history
fix: revert ci analytics
  • Loading branch information
mathieudi authored Feb 28, 2025
2 parents 76081b1 + 8415b22 commit 915be13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/check-nodejs-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,3 @@ jobs:
gsutil -m -q cp ./dep-stats.json gs://$BUCKET/$STATS_FOLDER/$SERVICE_NAME/$(date +%Y-%m-%d_%H-%M-%S).json
gsutil -m -q cp ./dep-stats.json gs://$BUCKET/$STATS_FOLDER/$SERVICE_NAME/latest.json
echo "\nSuccessfully uploaded dependency stats to Cloud Storage"
- name: CI Analytics
if: always()
continue-on-error: true
uses: reside-eng/workflow-templates/.github/actions/ci-analytics@v10
with:
RESULT: ${{ job.status }}
CI_SERVICE_ACCOUNT: ${{ secrets.LIBRARY_CI_SERVICE_ACCOUNT }}
8 changes: 0 additions & 8 deletions .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,6 @@ jobs:
env:
GH_TOKEN: ${{ steps.get-workflow-token.outputs.token }}

- name: CI Analytics
if: always()
continue-on-error: true
uses: reside-eng/workflow-templates/.github/actions/ci-analytics@v10
with:
RESULT: ${{ job.status }}
CI_SERVICE_ACCOUNT: ${{ secrets.LIBRARY_CI_SERVICE_ACCOUNT }}

check-dependencies:
name: check-dependencies
uses: ./.github/workflows/check-nodejs-dependencies.yml
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/verify_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ on:
required: false
PERCY_TOKEN:
required: false
LIBRARY_CI_SERVICE_ACCOUNT:
required: true

env:
NODE_VERSION: ${{ inputs.NODE_VERSION }}
Expand Down Expand Up @@ -167,14 +165,6 @@ jobs:
storybook-preview-url: ${{ steps.storybook.outputs.preview-url }}
playwright-preview-url: ${{ steps.playwright.outputs.preview-url }}

- name: CI Analytics
if: always()
continue-on-error: true
uses: reside-eng/workflow-templates/.github/actions/ci-analytics@v10
with:
RESULT: ${{ job.status }}
CI_SERVICE_ACCOUNT: ${{ secrets.LIBRARY_CI_SERVICE_ACCOUNT }}

notification:
if: always() && inputs.ENABLE_SLACK_NOTIFICATION
name: notification
Expand Down

0 comments on commit 915be13

Please sign in to comment.