mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-01 13:15:26 +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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [synchronize, opened, reopened, ready_for_review, closed, edited]
|
types: [synchronize, opened, reopened, ready_for_review, closed]
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "main"
|
||||||
- "develop"
|
- "develop"
|
||||||
|
Loading…
Reference in New Issue
Block a user