Compare commits
6 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
8905a6c391 | |
|
|
c8d31936db | |
|
|
f33fe55366 | |
|
|
194631dfdb | |
|
|
325efa11f5 | |
|
|
d04f1a7ac0 |
|
|
@ -10,5 +10,5 @@ on:
|
|||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
checkpatch:
|
||||
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@trunk
|
||||
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@dev
|
||||
secrets: inherit
|
||||
|
|
|
|||
|
|
@ -6,9 +6,11 @@ name: CI
|
|||
on:
|
||||
pull_request_target:
|
||||
types: [opened, reopened, synchronize]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
ci:
|
||||
uses: open-vela/public-actions/.github/workflows/ci.yml@trunk
|
||||
uses: open-vela/public-actions/.github/workflows/ci.yml@dev
|
||||
secrets: inherit
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
uses: open-vela/public-actions/.github/workflows/stale.yml@trunk
|
||||
uses: open-vela/public-actions/.github/workflows/stale.yml@dev
|
||||
secrets: inherit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue