Skip to content

Commit

Permalink
TEMP/TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Dec 9, 2023
1 parent 1b591d8 commit 8cbd19f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Build PHARs
on:
# Run on pushes to master and on all pull requests.
# Prevent the build from running when there are only irrelevant changes.
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: PHPStan
on:
# Run on all pushes and on all pull requests.
# Prevent the build from running when there are only irrelevant changes.
push:
paths-ignore:
- '**.md'
- '**.xml'
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Quicktest

on:
# Run on pushes to all branches except for `master`.
push:
branches-ignore:
- master
paths-ignore:
- '**.md'
# Allow manually triggering the workflow.
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
# Run on pushes to `master` and on all pull requests.
# Prevent the build from running when there are only irrelevant changes.
push:
branches:
- master
# branches:

Check warning on line 7 in .github/workflows/test.yml

View workflow job for this annotation

GitHub Actions / Lint Yaml

7:1 [comments-indentation] comment not indented like content
# - master
paths-ignore:
- '**.md'
pull_request:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Validate
on:
# Run on all pushes and on all pull requests.
# Prevent the build from running when there are only irrelevant changes.
push:
paths-ignore:
- '**.md'
pull_request:
# Allow manually triggering the workflow.
workflow_dispatch:
Expand Down

0 comments on commit 8cbd19f

Please sign in to comment.