Skip to content

Commit

Permalink
combine trunk workflow runs for trunk merge queue. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnocentBug authored Aug 5, 2022
1 parent f84cd79 commit 7377ddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Merge Queue
on: workflow_dispatch

jobs:
ci:
uses: ./.github/workflows/ci.yml

docker:
uses: ./.github/workflows/docker.yml

0 comments on commit 7377ddd

Please sign in to comment.