Skip to content

Commit

Permalink
remove test for file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent 765004b commit 66b7eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
|| contains( steps.files.outputs.all, 'config.yml' )
run: echo "RUN_TRAINING=true" >> $GITHUB_ENV
- name: Rasa Train and Test GitHub Action
if: env.RUN_TRAINING == 'true'
# if: env.RUN_TRAINING == 'true'
uses: RasaHQ/rasa-train-test-gha@main
with:
rasa_image: 'rasa/rasa-pro'
Expand Down

0 comments on commit 66b7eff

Please sign in to comment.