diff options
| -rw-r--r-- | .github/workflows/qatest.yaml | 8 | 
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
 | 
