From 69d236085b3493ec61ef3a092b9cfe7585629c66 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sat, 22 Aug 2020 15:37:33 +0200 Subject: Windows only on pull request * .github/workflows/windows.yml: * TAO/examples/Simple/Simple_util.h: --- .github/workflows/windows.yml | 1 - TAO/examples/Simple/Simple_util.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2beeca00bcf..9e43a5802c8 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,7 +1,6 @@ name: windows on: - push: pull_request: schedule: - cron: '0 7 * * SUN' diff --git a/TAO/examples/Simple/Simple_util.h b/TAO/examples/Simple/Simple_util.h index 005f514c9b0..b2df4e6925a 100644 --- a/TAO/examples/Simple/Simple_util.h +++ b/TAO/examples/Simple/Simple_util.h @@ -28,7 +28,7 @@ * A template server definition. This template can be used by * single server/client projects for definition of their * server/clients. See the directories time, bank, echo for - * further details of implemenatation. + * further details of implementation. */ template class Server -- cgit v1.2.1