mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:20:13 +01:00
CI: tentative enabling of tests workflow for merge group (#2933)
This commit is contained in:
@@ -16,14 +16,9 @@ on:
|
||||
- '!CODEOWNERS'
|
||||
- '!.git*'
|
||||
pull_request_target:
|
||||
paths:
|
||||
# Conservatively run the tests. However, skip them if the only paths in
|
||||
# the pull request match files that we know don't impact the build.
|
||||
- '**'
|
||||
- '!**/*.md'
|
||||
- '!LICENSE'
|
||||
- '!CODEOWNERS'
|
||||
- '!.git*'
|
||||
paths: ${{ push.paths }}
|
||||
merge_group:
|
||||
paths: ${{ push.paths }}
|
||||
|
||||
# Cancel previous workflows on the PR when there are multiple fast commits.
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
|
||||
|
||||
Reference in New Issue
Block a user