We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd6550 commit e197692Copy full SHA for e197692
.github/workflows/documentation.yml
@@ -17,6 +17,7 @@ jobs:
17
docs:
18
name: Build Docs
19
runs-on: ubuntu-latest
20
+ if: github.repository == 'RasaHQ/rasa' # don't run this for master branches of forks, would fail anyways
21
22
steps:
23
- name: Checkout git repository 🕝
0 commit comments