Every documented GitHub Actions behaviour and its status on Apex Actions, backed by the conformance suite.
Compatibility is enforced by a conformance suite: every row below has fixtures that run a workflow and
compare the result with GitHub's documented behaviour. A change to how Apex runs a workflow lands only
with a fixture proving it still matches.
Triggers
Trigger
Status
push, pull_request, pull_request_target with branch, tag and path filters
Supported
workflow_dispatch with typed inputs
Supported
schedule (five-field cron, UTC, from the default branch)
Supported
workflow_run with workflows, activity types and branch filters
Supported
repository_dispatch with client_payload
Supported
release, issues, issue_comment and the remaining event types
Supported
Jobs and steps
Feature
Status
needs, if, continue-on-error, timeout-minutes
Supported
strategy.matrix with include, exclude, fail-fast, max-parallel