Skip to content

add push trigger for testing #1

add push trigger for testing

add push trigger for testing #1

name: All Tests Including Flaky
on:
push:
branches:
- "cdf/flake-ci-tool"
schedule:
# Run once a day at midnight
- cron: '0 0 * * *'
workflow_dispatch:
env:
COMMIT: ${{ github.sha }}
DOCKER_COMPOSE_FILE: ./develop/github/docker-compose.yml
TEMPORAL_VERSION_CHECK_DISABLED: 1
BUILDKITE_ANALYTICS_TOKEN: ${{ secrets.BUILDKITE_ANALYTICS_TOKEN }}
jobs:
call-run-tests-workflow-with-flaky:
uses: temporalio/temporal/.github/workflows/run-tests.yml@main

Check failure on line 22 in .github/workflows/run-flaky-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-flaky-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/run-flaky-tests.yml" -> "temporalio/temporal/.github/workflows/run-tests.yml@main" (source branch with sha:c20f6a138f98589389b59c211a111b8504df9713) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
include_flaky_tests: true
secrets: inherit