Skip to content

Commit 1137815

Browse files
committed
Update mobsuccess.yml GitHub workflow
1 parent ee4e8c8 commit 1137815

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/mobsuccess.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
name: Mobsuccess Compliance
66

77
on:
8+
merge_group:
9+
types:
10+
- checks_requested
11+
12+
issue_comment:
13+
types:
14+
- created
15+
- edited
16+
817
pull_request:
918
types:
1019
- opened
@@ -20,7 +29,7 @@ jobs:
2029
- uses: mobsuccess-devops/github-actions-mobsuccess@master
2130
with:
2231
github-token: ${{ github.token }}
23-
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
24-
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
32+
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}${{ vars.AWS_AMPLIFY_URI }}
33+
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}${{ vars.AWS_STORYBOOK_AMPLIFY_URI }}
2534
action: "validate-pr"
2635
# DO NOT EDIT: END

0 commit comments

Comments
 (0)