Skip to content

Commit

Permalink
add cron for e2e tests, twice a day (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Apr 12, 2021
1 parent 1e063f2 commit 00401c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-versions.yml
Expand Up @@ -9,7 +9,8 @@ on:
pull_request:
paths-ignore:
- '**.md'

schedule:
- cron: '0 */12 * * *'
jobs:
setup-java-major-versions:
name: ${{ matrix.distribution }} ${{ matrix.version }} (jdk-x64) - ${{ matrix.os }}
Expand Down

0 comments on commit 00401c4

Please sign in to comment.