Skip to content

Commit

Permalink
Update mobsuccess.yml GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-bot committed Feb 26, 2024
1 parent 7a9a586 commit ac29322
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/mobsuccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
name: Mobsuccess Compliance

on:
merge_group:
types:
- checks_requested

issue_comment:
types:
- created
- edited

pull_request:
types:
- opened
Expand All @@ -20,7 +29,7 @@ jobs:
- uses: mobsuccess-devops/github-actions-mobsuccess@master
with:
github-token: ${{ github.token }}
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}
amplify-uri: ${{ secrets.AWS_AMPLIFY_URI }}${{ vars.AWS_AMPLIFY_URI }}
storybook-amplify-uri: ${{ secrets.AWS_STORYBOOK_AMPLIFY_URI }}${{ vars.AWS_STORYBOOK_AMPLIFY_URI }}
action: "validate-pr"
# DO NOT EDIT: END

0 comments on commit ac29322

Please sign in to comment.