Skip to content

Commit

Permalink
feat: adding experimental workflow due to github limitations (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent e9b68cd commit e08e636
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
@@ -1,11 +1,11 @@
on:
workflow_run:
workflows: [PR]
types: [completed]
workflows: [PR Open]
types: [completed, requested]
branches: ["fix/loadtests9"]

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

0 comments on commit e08e636

Please sign in to comment.