Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
ci: remove the duplicate CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 27, 2023
1 parent 17ffa84 commit fc2f45a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Lint

on:
workflow_call:
pull_request:
push:
branches:
- main

jobs:
markdown-lint:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Tests / Code Coverage
# This workflow is run on pushes to main & every Pull Requests where a .go, .mod, .sum have been changed
on:
workflow_call:
pull_request:
push:
branches:
- main

env:
GO_VERSION: '1.21.1'
Expand Down

0 comments on commit fc2f45a

Please sign in to comment.