Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Make ADF possible to update on request (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano authored Mar 1, 2022
1 parent c8db476 commit 6dc7e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- stage: Trigger ADF alpha
name: Trigger ADF alpha
if: (branch = develop) AND (type = cron OR type = api)
if: ((branch = develop) AND (type = cron OR type = api)) OR commit_message =~ /\[update adf\]/
script: ./scripts/update-project.sh -p $TRAVIS_BUILD_NUMBER -t $GITHUB_TOKEN -v alpha

- stage: Trigger ADF beta
Expand Down

0 comments on commit 6dc7e48

Please sign in to comment.