diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bb29dd2a..ff170494 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,6 +43,7 @@ jobs: name: Telegram Channel Tests if: > github.event_name == 'push' || + github.event_name == 'workflow_call' || (github.event_name == 'pull_request' && github.base_ref != 'staging') runs-on: ubuntu-latest steps: @@ -58,6 +59,7 @@ jobs: name: Windows Build (${{ matrix.name }}) if: > github.event_name == 'push' || + github.event_name == 'workflow_call' || (github.event_name == 'pull_request' && github.base_ref != 'staging') runs-on: windows-latest strategy: @@ -85,6 +87,7 @@ jobs: name: WASM WIT Compatibility if: > github.event_name == 'push' || + github.event_name == 'workflow_call' || (github.event_name == 'pull_request' && github.base_ref != 'staging') runs-on: ubuntu-latest steps: @@ -108,6 +111,7 @@ jobs: name: Docker Build if: > github.event_name == 'push' || + github.event_name == 'workflow_call' || (github.event_name == 'pull_request' && github.base_ref != 'staging') runs-on: ubuntu-latest steps: