mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
[devops] Remove building on PR when edited to avoid skip issue (#5836)
This commit is contained in:
parent
0adca5b688
commit
2014cce870
2
.github/workflows/build_on_pr.yml
vendored
2
.github/workflows/build_on_pr.yml
vendored
@ -2,7 +2,7 @@ name: Build on PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review, closed, edited]
|
||||
types: [synchronize, opened, reopened, ready_for_review, closed]
|
||||
branches:
|
||||
- "main"
|
||||
- "develop"
|
||||
|
Loading…
Reference in New Issue
Block a user