We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85fa377 + 236b848 commit f8c0376Copy full SHA for f8c0376
.github/workflows/get_data_lint_files_deploy.yml
@@ -63,6 +63,7 @@ jobs:
63
run: node utils/js/h1_presence_checker.js
64
65
- name: Prepare data files for GPTs
66
+ if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
67
run: node utils/js/create_data_for_gpts.js
68
69
- name: Ensure change logs are updated
0 commit comments