summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAtlasLinden <114031241+AtlasLinden@users.noreply.github.com>2025-03-27 06:58:07 -0700
committerGitHub <noreply@github.com>2025-03-27 06:58:07 -0700
commit51f5b853608a756ef9eb39f5bafd963d28e752d7 (patch)
tree8fad1b9f08aab8d30a2a63835a12144e72bd257c /.github/workflows
parent7d58d46ec3664f391461a1dc27ea5608de7f5527 (diff)
Removed unnecessary comments in QA workflow file
GHA does not like comments inside an if statement. These have been removed.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/qatest.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml
index 8709ca0cd4..533635c3f7 100644
--- a/.github/workflows/qatest.yaml
+++ b/.github/workflows/qatest.yaml
@@ -27,15 +27,11 @@ jobs:
install-viewer-and-run-tests:
runs-on: [self-hosted, qa-machine]
- # Run test only on successful builds of develop or Second_Life_X branches
+ # Run test only on successful builds of Second_Life_X branches
if: >
github.event.workflow_run.conclusion == 'success' &&
(
startsWith(github.ref, 'refs/tags/Second_Life')
-
- # For now this will only run on Second_Life_X tagged builds
- # || startsWith(github.event.workflow_run.head_branch, 'release')
- # || github.event.workflow_run.head_branch == 'develop'
)
steps:
@@ -169,4 +165,4 @@ jobs:
# uses: actions/upload-artifact@v3
# with:
# name: test-results
- # path: C:\viewer-sikulix-main\regressionTest\test_results.html \ No newline at end of file
+ # path: C:\viewer-sikulix-main\regressionTest\test_results.html