You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CIR][github] Setup github test CIR workflow. (llvm#332)
Closesllvm#288
The action mirrors
https://github.com/llvm/llvm-project/blob/main/.github/workflows/clang-tests.yml
with a few minor differences:
- it is not restricted to: `github.repository_owner == 'llvm'`
- it triggers on pull requests and pushes to `main` instead of `release`
branches
I suggest adding branch protection rule to require tests to pass for
each pull request:
`Settings -> Branches -> Add branch protection rule -> Require status
checks to pass before merging`
0 commit comments