Skip to content

Add determine-runner job to test.yml #30

Add determine-runner job to test.yml

Add determine-runner job to test.yml #30

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:
test_suite_pr:
if: github.event.review.state == 'approved'
uses: ./.github/workflows/test.yml@master

Check failure on line 16 in .github/workflows/eden.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/eden.yml

Invalid workflow file

invalid value workflow reference: cannot specify version when calling local workflows
test_suite_master:
if: github.ref == 'refs/heads/master'
uses: ./.github/workflows/test.yml@master