Skip to content

Commit

Permalink
TEMP/TESTING DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 26, 2023
1 parent eda4086 commit dd43c0b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Linting jobs

on:
- push
# - push
- pull_request
- workflow_dispatch

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: PHP Lint

on:
- push
# - push
- pull_request
# Allow manually triggering the workflow.
- workflow_dispatch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quicktest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
runs-on: "${{ matrix.os }}"

strategy:
fail-fast: false
matrix:
php:
- '5.4'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/securitycheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Security check

on:
- push
# - push
- pull_request
# Allow manually triggering the workflow.
- workflow_dispatch
Expand Down

0 comments on commit dd43c0b

Please sign in to comment.