Skip to content

Commit

Permalink
refactor: remove resuable build yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Sep 10, 2024
1 parent a6a8be8 commit 126ed97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ permissions:
pull-requests: write

jobs:
build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit

release:
needs: [build]
name: Release
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/reusable-build.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build - Non-Release
name: Test

on:
push:
branches-ignore:
- main
workflow_dispatch:

jobs:
unit-tests:
Expand Down

0 comments on commit 126ed97

Please sign in to comment.