Skip to content

Conversation

@ThisIsMissEm
Copy link
Contributor

Summary

This prevents multiple pushes from blocking up the workflow runner queue

Related Issue

No related issue to my knowledge, observed during #434

Changes

List the specific modifications made in this PR.
Focus on what was changed without going into detail about impact.

  • Uses the workflow concurrency controls to cancel prior workflow runs automatically.

Benefits

This improves the performance of the workflow runners by reducing their workload when people push multiple commits in quick succession to a branch.

Checklist

  • Did you add a changelog entry to the CHANGES.md?
  • Did you write some relevant docs about this change (if it's a new feature)?
  • Did you write a regression test to reproduce the bug (if it's a bug fix)?
  • Did you write some tests for this change (if it's a new feature)?
  • Did you run deno task test-all on your machine?

Additional Notes

Docs: https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#concurrency

This prevents multiple pushes from blocking up the workflow runner queue
@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

Copy link
Member

@dahlia dahlia left a comment

Choose a reason for hiding this comment

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

Thanks!

@github-actions
Copy link
Contributor

The latest push to this pull request has been published to JSR and npm as a pre-release:

Package Version JSR npm
@fedify/fedify 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/cli 1.9.0-pr.442.1663+081fe35e JSR
@fedify/amqp 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/cfworkers 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/denokv 1.9.0-pr.442.1663+081fe35e JSR
@fedify/elysia 1.9.0-pr.442.1663+081fe35e npm
@fedify/express 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/h3 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/hono 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/nestjs 1.9.0-pr.442.1663+081fe35e npm
@fedify/next 1.9.0-pr.442.1663+081fe35e npm
@fedify/postgres 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/redis 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/sqlite 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/sveltekit 1.9.0-pr.442.1663+081fe35e JSR npm
@fedify/testing 1.9.0-pr.442.1663+081fe35e JSR npm

@github-actions
Copy link
Contributor

The docs for this pull request have been published:

https://d319fb66.fedify.pages.dev

@dahlia dahlia merged commit 09a99df into fedify-dev:main Sep 21, 2025
10 checks passed
@dahlia dahlia added the component/ci CI/CD workflows and GitHub Actions label Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component/ci CI/CD workflows and GitHub Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants