Skip to content

Commit

Permalink
Try runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sievdokymov-virtru committed Dec 22, 2023
1 parent 29eb393 commit 40d0005
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abacus-and-api-playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
repository_dispatch:
types: [xtest]
schedule:
- cron: "0 7 * * *"
- cron: "0 7 * * 2,4,6"
workflow_dispatch:
inputs:
backendVersion:
Expand Down
24 changes: 13 additions & 11 deletions .github/workflows/xtest.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 40d0005

Please sign in to comment.