Skip to content

Commit

Permalink
ci: fix orchestrator
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense committed Apr 12, 2024
1 parent 5abeb64 commit 5c261cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: tj-actions/changed-files@v44
id: changed-directories
with:
files_ignore: ".github"
files_ignore: .github/**
dir_names: true

docker:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: tj-actions/changed-files@v44
id: changed-directories
with:
files_ignore: .github/**
dir_names: true

docker:
Expand Down

0 comments on commit 5c261cb

Please sign in to comment.