Modify when deleting workspace A from Workspace GroupA, all role bindings are deleted to related to Workspace GroupA #313
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!" |