Skip to content

Commit

Permalink
Remove main Makefile from CIs trigger target files
Browse files Browse the repository at this point in the history
  • Loading branch information
wcalderipe committed Jan 19, 2024
1 parent 2f9478c commit 96fd38e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/authz_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- apps/authz/**
- .github/workflows/authz_ci.yml
- Makefile
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/authz_shared_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- packages/authz-shared/**
- .github/workflows/authz_shared_ci.yml
- Makefile
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/orchestration_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- apps/orchestration/**
- .github/workflows/orchestration_ci.yml
- Makefile
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/transaction_request_intent_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
paths:
- packages/transaction-request-intent/**
- .github/workflows/transaction_request_intent_ci.yml
- Makefile
- jest.config.ts
- jest.preset.js
- .eslintrc.json
Expand Down

0 comments on commit 96fd38e

Please sign in to comment.