Compare commits
No commits in common. "dev" and "trunk" have entirely different histories.
|
|
@ -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@dev
|
||||
uses: open-vela/public-actions/.github/workflows/checkpatch.yml@trunk
|
||||
secrets: inherit
|
||||
|
|
|
|||
|
|
@ -6,11 +6,9 @@ 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@dev
|
||||
uses: open-vela/public-actions/.github/workflows/ci.yml@trunk
|
||||
secrets: inherit
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ on:
|
|||
|
||||
jobs:
|
||||
stale:
|
||||
uses: open-vela/public-actions/.github/workflows/stale.yml@dev
|
||||
uses: open-vela/public-actions/.github/workflows/stale.yml@trunk
|
||||
secrets: inherit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue