Skip to content

Commit 3080845

Browse files
author
Workflow Sync Bot
committed
PHPCS & PHP Testing Workflow File Sync [Runner ID: 73]
1 parent 5f6e2c5 commit 3080845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
workflow_dispatch:
1616
pull_request:
1717
# Once daily at 00:00 UTC.
18-
schedule:
19-
- cron: '0 0 * * *'
18+
# schedule:
19+
# - cron: '0 0 * * *'
2020

2121
concurrency:
2222
group: ${{ github.workflow }}-${{ 'pull_request' == github.event_name && github.head_ref || github.sha }}

0 commit comments

Comments
 (0)