Skip to content

Commit

Permalink
feat: adding experimental workflow due to github limitations (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent 6e9aff2 commit 2f8ed13
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 @@ -9,5 +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]}}"

0 comments on commit 2f8ed13

Please sign in to comment.