added skip toxicity to playbook

This commit is contained in:
Yannic Kilcher
2023-01-18 08:53:01 +01:00
parent 206a667ef4
commit c05ab42e94
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ jobs:
MAX_ACTIVE_TREES: ${{ vars.MAX_ACTIVE_TREES }}
MAX_TREE_DEPTH: ${{ vars.MAX_TREE_DEPTH }}
GOAL_TREE_SIZE: ${{ vars.GOAL_TREE_SIZE }}
SKIP_TOXICITY_CALCULATION: ${{ vars.SKIP_TOXICITY_CALCULATION }}
steps:
- name: Checkout
uses: actions/checkout@v2