Skip to content

Commit

Permalink
feat: adding experimental workflow due to github limitations (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent 2f8ed13 commit c26acd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
echo "${{github.event.workflow_run}}"
echo "${{github.event.workflow_run.pull_requests}}"
echo "${{github.event.workflow_run.pull_requests[0]}}"
echo "${{toJSON(github.event.workflow_run)}}"
echo "${{toJSON(github.event.workflow_run.pull_requests)}}"
echo "${{toJSON(github.event.workflow_run.pull_requests[0])}}"

0 comments on commit c26acd1

Please sign in to comment.