Skip to content

Commit

Permalink
enable conditional paths for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 5, 2023
1 parent e85c6ee commit 555d610
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/async-icq.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: async-icq
on:
pull_request:
# paths: # TODO: Enable
# - 'modules/async-icq/**'
# - '.github/workflows/**'
paths:
- 'modules/async-icq/**'
- '.github/workflows/**'

env:
LINT_VERSION: v1.52
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ibc-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: ibc-hooks
on:
pull_request:
# paths: # TODO: Enable
# - 'modules/ibc-hooks/**'
# - '.github/workflows/**'
paths:
- 'modules/ibc-hooks/**'
- '.github/workflows/**'

env:
LINT_VERSION: v1.52
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/packet-forward-middleware.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: packet-forward-middleware
on:
pull_request:
# paths: # TODO: Enable
# - 'middleware/packet-forward-middleware/**'
# - '.github/workflows/**'
paths:
- 'middleware/packet-forward-middleware/**'
- '.github/workflows/**'

env:
LINT_VERSION: v1.52
Expand Down

0 comments on commit 555d610

Please sign in to comment.