Skip to content

Commit

Permalink
Remove CDN and benchmark workflows (#7001)
Browse files Browse the repository at this point in the history
# Pull Request

## 📖 Description

The following GitHub workflows have been removed:
- CDN workflow - we are now using GitHub pages, as such we no longer need to deploy to Azure.
- Benchmarking workflow - we are no longer using the same benchmarking utility as the package has been removed, there will be some additional work later to benchmark packages and produce results for PRs in future, but that will be added to the validate PR workflow.

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have included a change request file using `$ npm run change`
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.
  • Loading branch information
janechu authored Jul 2, 2024
1 parent 65c4f7e commit 65affee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 290 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/cd-deploy-cdn.yml

This file was deleted.

254 changes: 0 additions & 254 deletions .github/workflows/ci-validate-benchmarks.yml

This file was deleted.

0 comments on commit 65affee

Please sign in to comment.