Skip to content

Merging 6503a8141f50b9ef828cc5ae4fafc838925192b7 into trunk-temp/pr-1… #474

Merging 6503a8141f50b9ef828cc5ae4fafc838925192b7 into trunk-temp/pr-1…

Merging 6503a8141f50b9ef828cc5ae4fafc838925192b7 into trunk-temp/pr-1… #474

Workflow file for this run

name: Merge Queue
on:
# We use Trunk Merge Queues so we use this `push` event instead of the
# `merge_queue` event, as per
# https://docs.trunk.io/merge/set-up-trunk-merge#configure-merge-requirements
push:
branches:
- trunk-merge/**
jobs:
test:
name: Run tests
uses: ./.github/workflows/reusable-test.yml
examples:
name: Build examples
uses: ./.github/workflows/reusable-examples.yml