Skip to content

Commit 9e53cd9

Browse files
authored
Run available extensions doc sync on cron job instead (#115)
1 parent 448b457 commit 9e53cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python: 3.6
3636
script: docker run --rm -e TRAVIS_BUILD_ID=$TRAVIS_BUILD_ID -e TRAVIS_REPO_SLUG=$TRAVIS_REPO_SLUG -e TRAVIS_COMMIT=$TRAVIS_COMMIT -e GH_TOKEN=$GH_TOKEN -e DOC_REPO_SLUG='Azure/azure-docs-cli-python' -v $PWD:/repo derekbekoe/az-avail-ext-doc-sync:0.1.2
3737
env: PURPOSE='SyncAvailableExtensionsDoc'
38-
if: repo = Azure/azure-cli-extensions and branch = master and type = push
38+
if: repo = Azure/azure-cli-extensions and branch = master and type = cron
3939
fast_finish: true
4040
allow_failures:
4141
- env: PURPOSE='SourceTests'

0 commit comments

Comments
 (0)