Skip to content
Snippets Groups Projects
Unverified Commit 2556e33f authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

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

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

cc @ggwpez
parent 9e6298e7
No related merge requests found
Pipeline #442859 failed with stages
in 1 hour, 6 minutes, and 10 seconds
......@@ -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"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment