Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix artifact upload conflicts #801

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented Apr 8, 2024

No description provided.

@CBenoit CBenoit requested review from a team as code owners April 8, 2024 10:09
@CBenoit CBenoit force-pushed the fix-artifact-upload-conflicts branch from a9c43a7 to 75bafe6 Compare April 8, 2024 10:17
Comment on lines +190 to +216
notify:
name: Notify failure
runs-on: ubuntu-latest
if: ${{ always() && contains(needs.*.result, 'failure') && github.event_name == 'schedule' }}
needs:
- npm-build
- nuget-merge
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_ARCHITECTURE }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
steps:
- name: Send slack notification
id: slack
uses: slackapi/slack-github-action@v1.24.0
with:
payload: |
{
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*${{ github.repository }}* :fire::fire::fire::fire::fire: \n The scheduled build for *${{ github.repository }}* is <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|broken>"
}
}
]
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also added the slack notification.

@CBenoit CBenoit enabled auto-merge (squash) April 8, 2024 10:27
@CBenoit CBenoit changed the title ci: fix remaining artifact upload conflicts ci: fix artifact upload conflicts Apr 8, 2024
@CBenoit CBenoit disabled auto-merge April 8, 2024 10:27
@CBenoit CBenoit enabled auto-merge (squash) April 8, 2024 10:27
@CBenoit CBenoit disabled auto-merge April 8, 2024 10:27
@CBenoit CBenoit enabled auto-merge (squash) April 8, 2024 10:27
@CBenoit CBenoit merged commit aa14227 into master Apr 8, 2024
20 checks passed
@CBenoit CBenoit deleted the fix-artifact-upload-conflicts branch April 8, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants