chore: remove tracking references from test.yml and commitlint.config.js #49
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow has been disabled as part of removing the orbit-tracking package | |
# name: Save tracking data | |
# | |
# on: | |
# schedule: | |
# # every month at 08:00:00 | |
# - cron: "0 8 1 * *" | |
# workflow_dispatch: | |
# | |
# jobs: | |
# doc-updates: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout | |
# uses: actions/checkout@v4 | |
# | |
# - name: Node | |
# uses: ./.github/actions/node | |
# | |
# - name: Update tracking data | |
# uses: appleboy/ssh-action@master | |
# with: | |
# host: ${{ secrets.SSH_HOST }} | |
# key: ${{ secrets.SSH_KEY }} | |
# envs: ${{ secrets.GITLAB_TOKEN }} | |
# script: | | |
# yarn tracking build | |
# yarn tracking orbit-tracking |