Skip to content

Commit

Permalink
Fix typo in actions workflows. (#3221)
Browse files Browse the repository at this point in the history
The paths had a typo preventing the workflows to run.
  • Loading branch information
godofredoc authored Nov 7, 2023
1 parent ecca3a7 commit 2e0a820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/no-response_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
paths:
- gh_actions/thir_party/no-response/**
- 'gh_actions/third_party/no-response/**'

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/no-response_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: no-response-test
on:
pull_request:
paths:
- gh_actions/thir_party/no-response/**
- 'gh_actions/third_party/no-response/**'
push:
branches:
- main
paths:
- gh_actions/thir_party/no-response/**
- 'gh_actions/third_party/no-response/**'

jobs:
unitTest:
Expand Down

0 comments on commit 2e0a820

Please sign in to comment.