Add domain_options field when using creating public dashboard #353
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
name: "[PR Open] example" | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
example: | |
runs-on: ubuntu-latest | |
steps: | |
- run: echo "Implement here with test codes!" |