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:
Erik Nordström 2022-03-14 13:47:43 +01:00 committed by Erik Nordström
parent ab6b90caff
commit f00bdadf0c

View File

@ -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 }}