Skip to content

Commit

Permalink
Fixes for workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed Jan 20, 2025
1 parent d5ac6bd commit 18be223
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 57 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/all-checks.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- 'docs/**'
- 'packages/**/*.md'
- '**/*.md'
- 'readme.md'

jobs:
publish:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/test-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@ name: PHP Quality Tests

on:
pull_request:
paths:
- 'packages/**/*.php'
- 'phpunit.xml'
- 'phpstan.neon.dist'
- 'phpcs.xml.dist'
- 'composer.json'
- 'composer.lock'

permissions:
contents: write
pull-requests: write
checks: write
issues: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
14 changes: 5 additions & 9 deletions .github/workflows/tests-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ name: JS Quality Tests

on:
pull_request:
paths:
- 'packages/**/*.ts'
- 'packages/**/*.tsx'
- 'packages/**/*.js'
- 'packages/**/*.jsx'
- 'packages/**/*.scss'
- 'package.json'
- 'package-lock.json'

workflow_run:
workflows: ["Update WP Deps"]
types:
- completed

permissions:
issues: write
pull-requests: write
contents: write

env:
fail-fast: true
Expand Down

0 comments on commit 18be223

Please sign in to comment.