Skip to content

Commit 22cfd3e

Browse files
committed
dev branch instead of main
1 parent 13e75ae commit 22cfd3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/token_consistency.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212

1313
- name: Get previous tokens.txt version
1414
run: |
15-
git fetch origin main
16-
git diff origin/main -- chebai/preprocessing/bin/smiles_token/tokens.txt > tokens_diff.txt || echo "No previous tokens.txt found"
15+
git fetch origin dev
16+
git diff origin/dev -- chebai/preprocessing/bin/smiles_token/tokens.txt > tokens_diff.txt || echo "No previous tokens.txt found"
1717
1818
- name: Check for deleted or added lines in tokens.txt
1919
run: |

0 commit comments

Comments
 (0)