Skip to content

2.0 changes before embargo expiry #117

2.0 changes before embargo expiry

2.0 changes before embargo expiry #117

Workflow file for this run

name: Test
on:
pull_request_target:
branches:
- master
- Frozen
permissions:
contents: read
jobs:
test-pull-request:
name: PR
uses: pyanodon/pyanodontests/.github/workflows/[email protected]
with:
repository: ${{ github.repository }}
ref: ${{ github.event.pull_request.head.sha }}
test_branch: ${{ github.head_ref || github.ref_name }}
secrets: inherit