diff --git a/.github/workflows/abacus-and-api-playwright-tests.yml b/.github/workflows/abacus-and-api-playwright-tests.yml index 1c92a317..18505944 100644 --- a/.github/workflows/abacus-and-api-playwright-tests.yml +++ b/.github/workflows/abacus-and-api-playwright-tests.yml @@ -5,7 +5,7 @@ on: repository_dispatch: types: [xtest] schedule: - - cron: "0 7 * * *" + - cron: "0 7 * * 2,4,6" workflow_dispatch: inputs: backendVersion: diff --git a/.github/workflows/xtest.yml b/.github/workflows/xtest.yml index fecf86dd..e4095d03 100644 --- a/.github/workflows/xtest.yml +++ b/.github/workflows/xtest.yml @@ -1,19 +1,21 @@ name: X-Test on: - pull_request: - repository_dispatch: - types: [xtest] - schedule: - - cron: "30 9,21 * * *" - workflow_dispatch: - inputs: - backendVersion: - required: true - type: string + push: + branches: deps_and_trigger_conditions_update +# pull_request: +# repository_dispatch: +# types: [xtest] +# schedule: +# - cron: "30 7 * * *" +# workflow_dispatch: +# inputs: +# backendVersion: +# required: true +# type: string jobs: cross-client-test: timeout-minutes: 60 - runs-on: ubuntu-latest + runs-on: virtru-scale-set-runner defaults: run: working-directory: xtest