mirror of
https://github.com/netfun2000/hipudding-teslamate.git
synced 2026-02-27 09:44:28 +08:00
This reverts commit b65b3f3992.
This commit is contained in:
10
.github/workflows/elixir.yml
vendored
10
.github/workflows/elixir.yml
vendored
@@ -2,14 +2,8 @@ name: Elixir CI
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**/*"
|
||||
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
|
||||
pull_request:
|
||||
branches: ["master"]
|
||||
paths:
|
||||
- "**/*"
|
||||
- "!.github/**" # Important: Exclude PRs related to .github from auto-run
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
@@ -130,7 +124,7 @@ jobs:
|
||||
services:
|
||||
db:
|
||||
image: postgres:15
|
||||
ports: ["5432:5432"]
|
||||
ports: [ "5432:5432" ]
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
options: >-
|
||||
|
||||
Reference in New Issue
Block a user