Skip to content

.github/workflows/playground2.yml #160

.github/workflows/playground2.yml

.github/workflows/playground2.yml #160

Workflow file for this run

on:
workflow_run:
workflows:
- Playground
types:
- completed
jobs:
playground2:
runs-on: ubuntu-latest
if: |
github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success'
steps:
- run: echo "${{ toJSON(github.event) }}"
shell: bash