Skip to content

Commit 2e99a40

Browse files
committed
Do not run scripts on normalize
1 parent 6732e88 commit 2e99a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/drupal-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: "Run composer normalize"
145145
id: composer-normalize
146-
run: 'composer normalize'
146+
run: 'composer normalize --no-scripts'
147147

148148
- name: Run Drupal updates
149149
run: vendor/bin/drush updb -y

0 commit comments

Comments
 (0)