Skip to content

Switch to new workflows #1757

Switch to new workflows

Switch to new workflows #1757

Workflow file for this run

---
name: Eden
on: # yamllint disable-line rule:truthy
pull_request:
branches: [master]
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run_tests:
name: Execute Eden test workflow
uses: ./.github/workflows/test.yml