Skip to content

Commit

Permalink
Fix-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasadobe committed May 29, 2024
1 parent 9fbd145 commit 0d90413
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-notification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ env:

jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
environment: cc-test-release
env:
EVENT_PR: ${{ toJson(github.event.pull_request) }}
steps:
- name: Print EVENT_PR
run: |
echo $EVENT_PR
- name: Checkout repository
uses: actions/checkout@v4
- name: Sending Notification - Slack
Expand Down

0 comments on commit 0d90413

Please sign in to comment.