-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Modified git hub flow to support external trigger events (#335)
* Modified git hub flow to support exteranl trigger events * Update run-standalone-mfos-tests.yml * Updated utils.sh * Update run-standalone-mfos-tests.yml * Update run-standalone-mfos-tests.yml * Update utils.sh * Update run-standalone-mfos-tests.yml * Update utils.sh * Added support to externally Trigger C++ SDK * Update utils.sh Removed duplicate function --------- Co-authored-by: kschrief <[email protected]>
- Loading branch information
Showing
3 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
name: CXX build | ||
on: | ||
repository_dispatch: | ||
types: [trigger-workflow] | ||
workflow_dispatch: | ||
pull_request: | ||
branches: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters