mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-01 14:47:53 +00:00
Merge pull request #5521 from YosysHQ/emil/merge-queues
.github: trigger everything that triggers on main or PRs on merge queue
This commit is contained in:
commit
ff3c24fcdc
6 changed files with 6 additions and 1 deletions
1
.github/workflows/extra-builds.yml
vendored
1
.github/workflows/extra-builds.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
2
.github/workflows/prepare-docs.yml
vendored
2
.github/workflows/prepare-docs.yml
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
name: Build docs artifact with Verific
|
name: Build docs artifact with Verific
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, merge_group]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_docs_rebuild:
|
check_docs_rebuild:
|
||||||
|
|
|
||||||
1
.github/workflows/test-build.yml
vendored
1
.github/workflows/test-build.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
1
.github/workflows/test-compile.yml
vendored
1
.github/workflows/test-compile.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
1
.github/workflows/test-sanitizers.yml
vendored
1
.github/workflows/test-sanitizers.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# ignore PRs due to time needed
|
# ignore PRs due to time needed
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
|
||||||
1
.github/workflows/test-verific.yml
vendored
1
.github/workflows/test-verific.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
merge_group:
|
||||||
# test PRs
|
# test PRs
|
||||||
pull_request:
|
pull_request:
|
||||||
# allow triggering tests, ignores skip check
|
# allow triggering tests, ignores skip check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue