Skip to content

Commit

Permalink
feat: adding experimental workflow due to github limitations (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Dec 9, 2024
1 parent e08e636 commit 46c31a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/experiment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
workflow_run:
workflows: [PR Open]
workflows: ['PR Opened']
types: [completed, requested]
branches: ["fix/loadtests9"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: PR Opened

on:
pull_request:
Expand Down

0 comments on commit 46c31a4

Please sign in to comment.