refer to branch with origin/develop

This commit is contained in:
Axel Kohlmeyer
2024-08-22 16:30:02 -04:00
parent 613e053373
commit a204f8e69f
2 changed files with 1 additions and 3 deletions

View File

@ -69,5 +69,4 @@ jobs:
- name: Run Selected Regression Tests - name: Run Selected Regression Tests
shell: bash shell: bash
run: | run: |
git diff develop..HEAD
python3 tools/regression-tests/get-quick-list.py python3 tools/regression-tests/get-quick-list.py

View File

@ -253,8 +253,7 @@ def get_examples_using_styles(regex, examples='examples'):
if __name__ == "__main__": if __name__ == "__main__":
headers = changed_files_from_git('develop') headers = changed_files_from_git('origin/develop')
print("headers\n", headers)
styles = get_command_from_header(headers, LAMMPS_DIR) styles = get_command_from_header(headers, LAMMPS_DIR)
regex = make_regex(styles) regex = make_regex(styles)
if regex: if regex: