In the current GitHub Actions CI/CD setup, the `deploy` job is not triggered when a PR is enqueued in the merge queue but only when it is merged. Since concurrency is not configured for this job, deployments may fail for later PRs if multiple PRs are merged in quick succession. (e.g. the deployment for [this commit]( |
||
|---|---|---|
| .. | ||
| clippy_changelog.yml | ||
| clippy_dev.yml | ||
| clippy_mq.yml | ||
| clippy_pr.yml | ||
| deploy.yml | ||
| lintcheck.yml | ||
| remark.yml | ||