Restore all tests state prior to fork (#117)

Related to
https://github.com/valkey-io/valkey/pull/11#issuecomment-2028930612
Restore all tests state prior to fork and re-enables Daily tests on PRs
on release branches.
Reverts
2aa820f945

---------

Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
This commit is contained in:
Roshan Khatri 2024-04-01 09:55:01 -07:00 committed by GitHub
parent bdd7314f41
commit 3630dd08a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
name: Daily name: Daily
on: on:
pull_request:
branches:
# any PR to a release branch.
- '[0-9].[0-9]'
schedule: schedule:
- cron: '0 0 * * *' - cron: '0 0 * * *'
workflow_dispatch: workflow_dispatch:

View File

@ -1,10 +1,10 @@
name: External Server Tests name: External Server Tests
on: on:
pull_request: pull_request:
push: push:
schedule: schedule:
- cron: '* * * * *' - cron: '0 0 * * *'
jobs: jobs:
test-external-standalone: test-external-standalone: