refer to branch with origin/develop
This commit is contained in:
1
.github/workflows/quick-regression.yml
vendored
1
.github/workflows/quick-regression.yml
vendored
@ -69,5 +69,4 @@ jobs:
|
||||
- name: Run Selected Regression Tests
|
||||
shell: bash
|
||||
run: |
|
||||
git diff develop..HEAD
|
||||
python3 tools/regression-tests/get-quick-list.py
|
||||
|
||||
@ -253,8 +253,7 @@ def get_examples_using_styles(regex, examples='examples'):
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
headers = changed_files_from_git('develop')
|
||||
print("headers\n", headers)
|
||||
headers = changed_files_from_git('origin/develop')
|
||||
styles = get_command_from_header(headers, LAMMPS_DIR)
|
||||
regex = make_regex(styles)
|
||||
if regex:
|
||||
|
||||
Reference in New Issue
Block a user