Skip to content

Commit 46957d2

Browse files
committed
TEMP/TESTING - disable some workflows
1 parent f341ded commit 46957d2

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/phpstan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: PHPStan
33
on:
44
# Run on all pushes and on all pull requests.
55
# Prevent the build from running when there are only irrelevant changes.
6-
push:
7-
paths-ignore:
8-
- '**.md'
9-
- '**.xml'
6+
# push:
7+
# paths-ignore:
8+
# - '**.md'
9+
# - '**.xml'
1010
pull_request:
1111
# Allow manually triggering the workflow.
1212
workflow_dispatch:

.github/workflows/quicktest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Quicktest
22

33
on:
44
# Run on pushes to all branches except for `master`.
5-
push:
6-
branches-ignore:
7-
- master
8-
paths-ignore:
9-
- '**.md'
5+
# push:
6+
# branches-ignore:
7+
# - master
8+
# paths-ignore:
9+
# - '**.md'
1010
# Allow manually triggering the workflow.
1111
workflow_dispatch:
1212

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Validate
22

33
on:
44
# Run on all pushes and on all pull requests.
5-
push:
5+
# push:
66
pull_request:
77
# Also run this workflow every Monday at 6:00 (to make sure the broken link check runs regularly).
88
schedule:

0 commit comments

Comments
 (0)