Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmachadorj committed Jul 2, 2024
1 parent 534a3ab commit c56f25d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1-best-practices-assignment-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 16.16

- name: Install
run: npm ci
run: npm i
working-directory: ${{ env.PROJECT_PATH }}

# - name: Lint
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/2-best-practices-assignment-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
workflows: ["Best Practices Assignment - Commit Phase"]
types:
- completed
push:
paths:
- 'ThePhasesOfCraftship/2_best_practice_first/deployment/assignment/end/**'
branches:
- main # or specify your desired branch

jobs:
ci:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit c56f25d

Please sign in to comment.