We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c42578 commit 5ae3650Copy full SHA for 5ae3650
README.md
@@ -23,7 +23,7 @@ jobs:
23
# Cron schedule
24
# run every 5 minutes
25
cron: "*/5 * * * *"
26
- # allows you to specify a custom db user for cmd to use
+ # optional: allows you to specify a custom db user for cmd to use
27
dbUser: "postgres"
28
29
# job name
config.yaml
@@ -11,9 +11,11 @@ jobs:
11
match: "^test-postgres"
12
13
14
15
16
17
+ # optional: you can specify multiple jobs
18
+
19
textExact:
20
dbType: postgres
21
matchMethod: exact
0 commit comments