Skip to content

Commit

Permalink
Remove path ignore configs from CI (#30090)
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Mar 23, 2021
1 parent c8608bc commit 39953e6
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-plugin-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: Build Gutenberg Plugin Zip

on:
pull_request:
paths-ignore:
- '**.md'
push:
branches: [trunk]
paths-ignore:
- '**.md'
workflow_dispatch:
inputs:
version:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/create-block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,8 @@ name: Create Block

on:
pull_request:
paths:
- 'packages/**'
- '!packages/**/test/**'
- '!packages/**/*.md'
push:
branches: [trunk, wp/trunk]
paths:
- 'packages/**'
- '!packages/**/test/**'
- '!packages/**/*.md'

jobs:
checks:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ name: End-to-End Tests

on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- trunk
- 'wp/**'
paths-ignore:
- '**.md'

jobs:
admin:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Performances Tests

on:
pull_request:
paths-ignore:
- '**.md'
release:
types: [created]

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: React Native E2E Tests (Android)

on:
pull_request:
paths-ignore:
- '**.md'
push:
branches: [trunk]
paths-ignore:
- '**.md'

jobs:
test:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: React Native E2E Tests (iOS)

on:
pull_request:
paths-ignore:
- '**.md'
push:
branches: [trunk]
paths-ignore:
- '**.md'

jobs:
test:
Expand Down

0 comments on commit 39953e6

Please sign in to comment.