Skip to content

Commit

Permalink
reference rasa-pro branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent 43fab59 commit 5a317fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
run: echo "RUN_TRAINING=true" >> $GITHUB_ENV
- name: Rasa Train and Test GitHub Action
# if: env.RUN_TRAINING == 'true'
uses: RasaHQ/rasa-train-test-gha@main
env:
RASA_PRO_LICENSE: ${{ secrets.RASA_PRO_LICENSE }}
uses: RasaHQ/rasa-train-test-gha@rasa-pro-license
with:
rasa_image: 'rasa/rasa-pro:3.10.12'
# rasa_version: '3.10.12'
Expand All @@ -36,6 +34,7 @@ jobs:
cross_validation: false
publish_summary: false
github_token: ${{ secrets.GITHUB_TOKEN }}
rasa_pro_license: ${{ secrets.RASA_PRO_LICENSE }}
- name: Upload model
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@main
Expand Down

0 comments on commit 5a317fa

Please sign in to comment.