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 379c532
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AGENT6_RELEASE_BRANCH: '6.53.x'
AGENT_CI_ONCALL_CHANNEL: 'C085P12CTFX'
SLACK_DATADOG_AGENT_CI_WEBHOOK: ${{ secrets.SLACK_DATADOG_AGENT_CI_WEBHOOK }}
# IS_AGENT6_RELEASE: ${{ github.event.schedule == '0 9 * * 1' }}
IS_AGENT6_RELEASE: 'true'
permissions: {}
Expand Down Expand Up @@ -65,11 +66,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 379c532

Please sign in to comment.