From 67c05e07a5dd91c71da12d33f5d26cb03225bdc5 Mon Sep 17 00:00:00 2001 From: GitHubPang <61439577+GitHubPang@users.noreply.github.com> Date: Wed, 15 Sep 2021 08:15:36 +0800 Subject: [PATCH] Correct links and improve wording in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc83562..29b4bcb 100644 --- a/README.md +++ b/README.md @@ -253,8 +253,8 @@ class MyUITest { ![UI Testing][file:ui-testing.png] -A dedicated [Run UI Tests](.github/workflows/release.yml) workflow is available for manual triggering to run UI tests against three different operating systems: macOS, Windows, and Linux. -Due to its optional nature, this workflow isn't set as an automatic one, but this can be easily achieved by changing the `on` trigger event, like in the [Build](.github/workflows/release.yml) workflow file. +A dedicated [Run UI Tests](.github/workflows/run-ui-tests.yml) workflow is available for manual triggering to run UI tests against three different operating systems: macOS, Windows, and Linux. +Due to its optional nature, this workflow isn't set as an automatic one, but this can be easily achieved by changing the `on` trigger event, like in the [Build](.github/workflows/build.yml) workflow file. ## Qodana integration @@ -450,7 +450,7 @@ You can still replace it or add the `/src/main/java` directory to start working ### How to disable *tests* or *build* job using the `[skip ci]` commit message? -Since the February 2021, GitHub Actions [support the skip CI feature][github-actions-skip-ci]. +Since February 2021, GitHub Actions [support the skip CI feature][github-actions-skip-ci]. If the message contains one of the following strings: `[skip ci]`, `[ci skip]`, `[no ci]`, `[skip actions]`, or `[actions skip]` – workflows will not be triggered.