Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/app-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Detect workspace changes
id: filter
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 (https://github.com/dorny/paths-filter/releases/tag/v3.0.2)
uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v3.0.2 (https://github.com/dorny/paths-filter/releases/tag/v3.0.2)
with:
filters: .github/filters.yml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/assistant-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Detect assistant changes
id: filter
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 (https://github.com/dorny/paths-filter/releases/tag/v3.0.2)
uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v3.0.2 (https://github.com/dorny/paths-filter/releases/tag/v3.0.2)
with:
base: main
filters: .github/filters.yml
Expand Down
Loading