Fix workflow
parent
3b124a7f66
commit
22514ef969
|
@ -1,11 +1,16 @@
|
||||||
name: check
|
name: Check
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
check:
|
||||||
name: Checks
|
name: Run checks
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: src/pg_stat_monitor
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
|
|
Loading…
Reference in New Issue