refactor(gb-infra): Rename CI/CD workflow to GBCI and adjust branch configurations; add temporary SSL verification disable step
Some checks failed
GBCI / build (push) Failing after 4s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-04-27 16:30:34 -03:00
parent 18b6992f24
commit fb1fb52f5a

View file

@ -1,16 +1,19 @@
name: gbserver Rust CI/CD name: GBCI
on: on:
push: push:
branches: ["main"] branches: [ "main" ]
pull_request: pull_request:
branches: ["main"] branches: [ "main" ]
jobs: jobs:
build-and-deploy: build:
runs-on: gbo runs-on: gbo
steps: steps:
- name: Disable SSL verification (temporary)
run: git config --global http.sslVerify false
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Rust - name: Install Rust