Skip to content

Merge pull request #235 from misterbrandonwalker/extract_protein_ligand extract protein and ligand in same workflow step - main - ubuntu-latest #954

Merge pull request #235 from misterbrandonwalker/extract_protein_ligand extract protein and ligand in same workflow step - main - ubuntu-latest

Merge pull request #235 from misterbrandonwalker/extract_protein_ligand extract protein and ligand in same workflow step - main - ubuntu-latest #954

Workflow file for this run

name: Receive CI response
on:
repository_dispatch:
run-name: "${{ github.event.client_payload.run_name }}"
jobs:
ci_receive:
runs-on: ubuntu-latest
steps:
- name: Receive CI status from remote repository
if: github.event.action == 'ci_status'
run: |
echo "CI status received from '${{ github.event.client_payload.repository }}'" && \
${{ github.event.client_payload.success }}