Skip to content

Commit

Permalink
test [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2025
1 parent dee8ba0 commit f352c72
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ jobs:
DD_API_KEY: ${{ secrets.DD_API_KEY }}
DD_APP_KEY: ${{ secrets.DD_APP_KEY }}
run: |
err_msg=$(inv release.check-agent6-build-status ${{ env.AGENT_CI_ONCALL_CHANNEL }} ${{ secrets.DD_API_KEY }} ${{ secrets.DD_APP_KEY }} 'datadoghq.com')
if [-n "$err_msg" ]; then
echo "$err_msg"
exit 1
fi
inv release.send-slack-msg ${{ env.AGENT_CI_ONCALL_CHANNEL }} "test"
- name: Determine the release active branches
id: branches
Expand Down

0 comments on commit f352c72

Please sign in to comment.