We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d9302 commit 792e855Copy full SHA for 792e855
1 file changed
ql/lib/ext/config/context_event_map.yml
@@ -40,14 +40,10 @@ extensions:
40
- ["workflow_run", "github.event.workflow_run"]
41
- ["workflow_run", "github.event.changes"]
42
# workflow_call receives the same event payload as the calling workflow
43
- - ["workflow_call", "github.event.client_payload"]
44
- ["workflow_call", "github.event.comment"]
45
- - ["workflow_call", "github.event.commits"]
46
- ["workflow_call", "github.event.discussion"]
47
- - ["workflow_call", "github.event.head_commit"]
48
- ["workflow_call", "github.event.inputs"]
49
- ["workflow_call", "github.event.issue"]
50
- - ["workflow_call", "github.event.merge_group"]
51
- ["workflow_call", "github.event.pages"]
52
- ["workflow_call", "github.event.pull_request"]
53
- ["workflow_call", "github.event.review"]
0 commit comments