Skip to content

Commit

Permalink
chore: delete old workflow and change references
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Sep 27, 2023
1 parent 1742c26 commit 02bca82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/onPushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:

jobs:
tests:
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
uses: ./.github/workflows/unitTests.yml
with:
branch: main
release:
runs-on: ubuntu-latest
needs:
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/testCommitExceptMain.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: unit testss
name: Unit Tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
workflow_call:
inputs:
branch:
type: string
required: false

jobs:
unit-tests:
Expand Down

0 comments on commit 02bca82

Please sign in to comment.