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 pages workflow concurrency #493

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

jimmidyson
Copy link
Member

Grouping on PR number or git ref (branch or tag). Without this all pages
builds were included in the same concurrency group, meaning that concurrent
PR builds were leading to skipped workflows. As this is a required check, that
meant that PRs could not be merged without opening/closing the PR - not a
fun thing to have to do!

Grouping on PR number or git ref (branch or tag). Without this all pages
builds were included in the same concurrency group, meaning that concurrent
PR builds were leading to skipped workflows. As this is a required check, that
meant that PRs could not be merged without opening/closing the PR - not a
fun thing to have to do!
@jimmidyson jimmidyson merged commit 73625d2 into main Apr 11, 2024
16 of 19 checks passed
@jimmidyson jimmidyson deleted the jimmi/concurrent-pages-workflows branch April 11, 2024 12:10
@github-actions github-actions bot mentioned this pull request Apr 11, 2024
jimmidyson pushed a commit that referenced this pull request Apr 15, 2024
🤖 I have created a release *beep* *boop*
---


## 0.7.0 (2024-04-15)

<!-- Release notes generated using configuration in .github/release.yaml
at main -->

## What's Changed
### Exciting New Features 🎉
* feat: Sync up from d2iq-labs fork by @jimmidyson in
#489
* feat: set default instance profile for AWS CP and worker nodes by
@supershal in
#506
### Fixes 🔧
* fix: set defaults for AWS CP and Worker instanceType by @supershal in
#504
### Other Changes
* build: Remove unused tool crane by @jimmidyson in
#459
* ci: Add govulncheck check by @jimmidyson in
#461
* ci: Remove auto-approve PR steps by @jimmidyson in
#462
* build: Tidy up examples sync script by @jimmidyson in
#458
* test: Remove redundant test case from httpproxy handler by
@dlipovetsky in
#463
* ci: Fix pages workflow concurrency by @jimmidyson in
#493
* refactor: Replace direct usage of CAAPH API with vendored types by
@jimmidyson in
#492
* refactor: Update module paths to use nutanix-cloud-native GH org by
@jimmidyson in
#494
* build: Remove unused capbk and capd hack modules by @jimmidyson in
#496
* docs: add pull request template for the repository by @supershal in
#502
* docs: Add file extension to containerd-metrics doc by @dlipovetsky in
#503
* build: set dockerhub credentials for Nutanix examples by @dkoshkin in
#501


**Full Changelog**:
v0.6.0...v0.7.0

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants