Skip to content

Start of splat extension for PW64 filesystem #113

Start of splat extension for PW64 filesystem

Start of splat extension for PW64 filesystem #113

name: regress-external
on:
pull_request_target:
types: [ opened, synchronize ]
jobs:
authorize:
if: github.repository != github.event.pull_request.head.repo.full_name
environment: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != github.repository && 'authorize-external' || 'authorize-internal' }}
runs-on: ubuntu-latest
steps:
- run: echo ✓
build:
needs: authorize
uses: ./.github/workflows/regress-validate.yaml
secrets:
SECRET_PASSPHRASE: ${{ secrets.SECRET_PASSPHRASE }}
SECRET_REPO: ${{ secrets.SECRET_REPO }}
SECRET_TOKEN: ${{ secrets.SECRET_TOKEN }}