mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-18 19:59:48 +08:00
Trigger Sqlsmith tests manually or by push to branch
Add workflow events to allow manually running Sqlsmith tests or when pushing to the 'sqlsmith' branch. This is useful when submitting PRs that one wants to run extra checks on, including Sqlsmith.
This commit is contained in:
parent
ab6b90caff
commit
f00bdadf0c
4
.github/workflows/sqlsmith.yaml
vendored
4
.github/workflows/sqlsmith.yaml
vendored
@ -3,6 +3,10 @@ on:
|
||||
schedule:
|
||||
# run daily 20:00 on master branch
|
||||
- cron: '0 2 * * *'
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- sqlsmith
|
||||
jobs:
|
||||
regress:
|
||||
name: SQLsmith PG${{ matrix.pg }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user