Skip to content

Commit

Permalink
feat: adding experimental workflow due to github limitations (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent 0ba2c14 commit e9b68cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
workflow_run:
workflows: [PR]
types: [completed]
branches: ["fix/loadtests9"]

jobs:
on-success:
runs-on: ubuntu-latest
steps:
- run: echo "{{github.event.workflow_run.pull_requests}}"

0 comments on commit e9b68cd

Please sign in to comment.