Merge pull request #234 from misterbrandonwalker/revert_commit Revert "Merge pull request #230 from ndonyapour/Molgan_DockingRescori… - main - self-hosted-linux #55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |