[ci] Remove path from check-workspace GHA trigger (#3255)

In order to make the action `Required` it should run always.

cc @ggwpez
This commit is contained in:
Alexander Samusev
2024-02-08 10:30:48 +01:00
committed by GitHub
parent 9e6298e7f7
commit 2556e33fb4
+1 -3
View File
@@ -2,8 +2,6 @@ name: Check workspace
on:
pull_request:
paths:
- "*.toml"
merge_group:
jobs:
@@ -19,5 +17,5 @@ jobs:
run: >
python3 .github/scripts/check-workspace.py .
--exclude
"substrate/frame/contracts/fixtures/build"
"substrate/frame/contracts/fixtures/build"
"substrate/frame/contracts/fixtures/contracts/common"