Skip to content

Commit 842f4c7

Browse files
SDLC Gateway control, TRP(Technical Recovery Plan)
1 parent 2698317 commit 842f4c7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/trp_caller.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: " trp caller workflow "
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- master
8+
- develop
9+
- sandbox
10+
workflow_dispatch:
11+
12+
jobs:
13+
14+
Validate-TRP-Job:
15+
uses: Eaton-Vance-Corp/SRE-Utilities/.github/workflows/trp.yml@master
16+
with:
17+
call-repo: ${{github.event.repository.name}}
18+
19+
secrets: inherit

0 commit comments

Comments
 (0)