Skip to content

Commit

Permalink
chore:clears stale workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhaev26 committed Feb 21, 2024
1 parent bca18c7 commit 4b45b43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 43 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/check_chess_build.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: BUILD_BASKETBALL_API
name: Test Build - Mail Server

on:
push:
branches:
- api/basketball
- main
pull_request:
branches:
- main

jobs:
Expand All @@ -19,12 +21,8 @@ jobs:
with:
go-version: 1.21.4

- name: Update & Download Deps
- name: exec makefile
run: |
cd src/api/basketball
go mod tidy
- name: Build API
run: go build -C src/api/basketball/ -o basketball_gcsb

cd mail/
make build
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ connector/.env

# Go workspace file
go.work

**/.env
**/.github/*.yml

0 comments on commit 4b45b43

Please sign in to comment.