Skip to content

Merge Queue

Merge Queue #181

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

Check failure on line 18 in .github/workflows/merge-queue.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/merge-queue.yml

Invalid workflow file

error parsing called workflow ".github/workflows/merge-queue.yml" -> "./.github/workflows/reusable-examples.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.