Skip to content

Commit

Permalink
updates gh action to generate table on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed Nov 24, 2024
1 parent b565d2a commit a24293f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/get_data_lint_files_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-

- name: Generate configs
- name: Generate API methods table
if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
shell: bash
run: ${GITHUB_WORKSPACE}/utils/gen_api_methods_table.py

Expand Down

0 comments on commit a24293f

Please sign in to comment.