Skip to content

Commit

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

0 comments on commit 6e9aff2

Please sign in to comment.