Skip to content

Commit

Permalink
feat: adding experimental workflow due to github limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Dec 9, 2024
1 parent c26acd1 commit aab243d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
echo "${{toJSON(github.event.workflow_run)}}"
echo "${{toJSON(github.event.workflow_run.pull_requests)}}"
echo "${{toJSON(github.event.workflow_run.pull_requests[0])}}"
echo "${{github.event.workflow_run.pull_requests[0].number}}"

0 comments on commit aab243d

Please sign in to comment.