Skip to content

Commit e253b30

Browse files
committed
Revert "Update token_consistency.yaml"
This reverts commit 50022a6.
1 parent 8376098 commit e253b30

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

.github/workflows/token_consistency.yaml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
name: Check consistency of tokens.txt file
22

3-
paths: &TOKENS_FILES
4-
- "chebai/preprocessing/bin/smiles_token/tokens.txt"
5-
- "chebai/preprocessing/bin/smiles_token_unlabeled/tokens.txt"
6-
- "chebai/preprocessing/bin/selfies/tokens.txt"
7-
- "chebai/preprocessing/bin/protein_token/tokens.txt"
8-
- "chebai/preprocessing/bin/graph_properties/tokens.txt"
9-
- "chebai/preprocessing/bin/graph/tokens.txt"
10-
- "chebai/preprocessing/bin/deepsmiles_token/tokens.txt"
11-
123
on:
134
push:
14-
paths: *TOKENS_FILES
5+
paths:
6+
- "chebai/preprocessing/bin/smiles_token/tokens.txt"
7+
- "chebai/preprocessing/bin/smiles_token_unlabeled/tokens.txt"
8+
- "chebai/preprocessing/bin/selfies/tokens.txt"
9+
- "chebai/preprocessing/bin/protein_token/tokens.txt"
10+
- "chebai/preprocessing/bin/graph_properties/tokens.txt"
11+
- "chebai/preprocessing/bin/graph/tokens.txt"
12+
- "chebai/preprocessing/bin/deepsmiles_token/tokens.txt"
1513
pull_request:
16-
paths: *TOKENS_FILES
14+
paths:
15+
- "chebai/preprocessing/bin/smiles_token/tokens.txt"
16+
- "chebai/preprocessing/bin/smiles_token_unlabeled/tokens.txt"
17+
- "chebai/preprocessing/bin/selfies/tokens.txt"
18+
- "chebai/preprocessing/bin/protein_token/tokens.txt"
19+
- "chebai/preprocessing/bin/graph_properties/tokens.txt"
20+
- "chebai/preprocessing/bin/graph/tokens.txt"
21+
- "chebai/preprocessing/bin/deepsmiles_token/tokens.txt"
1722

1823
jobs:
1924
check_tokens:

0 commit comments

Comments
 (0)