Skip to content

Commit

Permalink
Test:to be reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed Jul 19, 2023
1 parent 5b4c1cf commit 52a692e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nightly_release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Nightly Builds
on:
schedule:
# Runs every weekday at 1am
- cron: 0 1 * * 1-5
workflow_dispatch:
pull_request:
# schedule:
# # Runs every weekday at 1am
# - cron: 0 1 * * 1-5
# workflow_dispatch:


jobs:
Expand Down Expand Up @@ -45,6 +46,7 @@ jobs:
# Find latest rasa-oss version
echo "Trying to find the latest rasa-oss version..."
pip install toml
LATEST_RASA_MINOR=$(python scripts/get_version_from_toml.py)
echo "Current RASA version: ${LATEST_RASA_MINOR}"
Expand Down

0 comments on commit 52a692e

Please sign in to comment.