Skip to content

Commit 236b848

Browse files
committed
makes sure gpt data files are generated only for PRs to master
1 parent 32959e9 commit 236b848

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/get_data_lint_files_deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
run: node utils/js/h1_presence_checker.js
6464

6565
- name: Prepare data files for GPTs
66+
if: github.base_ref == 'main' || github.ref == 'refs/heads/main'
6667
run: node utils/js/create_data_for_gpts.js
6768

6869
- name: Ensure change logs are updated

0 commit comments

Comments
 (0)