Files
mostlymatter/.github/workflows/e2e-tests-ci.yml
Mario Vitale e05ec0efc3 Fix E2E test triggering (#27669)
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-07-16 16:36:42 +02:00

18 строки
473 B
YAML

---
name: E2E Smoketests
on:
# For PRs, this workflow gets triggered from the Argo Events platform.
# Check the following repo for details: https://github.com/mattermost/delivery-platform
workflow_dispatch:
inputs:
commit_sha:
type: string
required: true
jobs:
e2e-smoketest:
uses: ./.github/workflows/e2e-tests-ci-template.yml
with:
commit_sha: "${{ inputs.commit_sha }}"
status_check_context: "E2E Tests/smoketests"