[E2E Test] Update min gas prices on rollapp params to add another denom using gov prop #233
Workflow file for this run
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: new-pr-notification-to-slack | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
new-pr-notification: | |
uses: dymensionxyz/common-workflows/.github/workflows/new-pr-notification.yaml@main | |
secrets: | |
WEBHOOK_URL: ${{ secrets.SLACK_NEW_PR_CHANNEL_WEBHOOK }} |