File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change 1
-
2
1
paths-ignore :
2
+ - ' js/extjs/ext-tree.js'
3
+ - ' js/lib/jquery/jquery-1.12.4.js'
3
4
- ' js/prototype/prototype.js'
4
- - ' skin/frontend/rwd/default/js/lib/selectivizr.js'
5
- - ' js/mage/adminhtml/flexuploader.js'
6
- - ' js/mage/adminhtml/sales/packaging.js'
7
- - ' js/mage/adminhtml/uploader/instance.js'
8
- - ' js/mage/adminhtml/wysiwyg/tiny_mce/setup.js'
9
5
- ' js/prototype/validation.js'
10
- - ' js/tiny_mce/tiny_mce_dev.js'
11
- - ' js/tiny_mce/tiny_mce.js'
12
- - ' js/tiny_mce/tiny_mce_src.js'
13
- - ' js/tiny_mce/tiny_mce_jquery.js'
14
- - ' js/tiny_mce/tiny_mce_jquery_src.js'
15
- - ' js/tiny_mce/tiny_mce_prototype.js'
16
- - ' js/tiny_mce/tiny_mce_prototype_src.js'
17
- - ' js/tiny_mce/classes/**/*.js'
18
- - ' js/tiny_mce/utils/**/*.js'
19
- - ' js/tiny_mce/plugins/**/*.js'
20
- - ' js/lib/jquery/jquery-1.12.4.js'
21
- - ' js/extjs/ext-tree.js'
22
6
- ' **/*.test.js'
Original file line number Diff line number Diff line change 88
88
**/*.phtml
89
89
**/*.xml
90
90
**/*.js
91
- .github/workflows/ **
91
+ .github/**
92
92
**phpcs**
93
93
**php-cs-fixer**
94
94
**phpmd**
@@ -143,7 +143,7 @@ jobs:
143
143
id : changes-workflow
144
144
if : steps.changed-files-specific.outputs.any_modified == 'true'
145
145
run : |
146
- count="$(grep -oE ".github/workflows/ **" <<< "${{ steps.changed-files-specific.outputs.all_modified_files }}" | wc -l)"
146
+ count="$(grep -oE ".github/**" <<< "${{ steps.changed-files-specific.outputs.all_modified_files }}" | wc -l)"
147
147
echo "$count Workflow file(s) changed"
148
148
echo "workflow=$count" >> $GITHUB_OUTPUT
149
149
You can’t perform that action at this time.
0 commit comments