Skip to content

Commit

Permalink
[ci] Remove path from check-workspace GHA trigger (#3255)
Browse files Browse the repository at this point in the history
In order to make the action `Required` it should run always.

cc @ggwpez
  • Loading branch information
alvicsam committed Feb 8, 2024
1 parent 9e6298e commit 2556e33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Check workspace

on:
pull_request:
paths:
- "*.toml"
merge_group:

jobs:
Expand All @@ -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 comments on commit 2556e33

Please sign in to comment.