Skip to content

Commit 79551a7

Browse files
committed
Validation commit
1 parent a258d2a commit 79551a7

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/mac.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ on:
44
schedule:
55
# at 00:00 on workdays
66
- cron: '0 0 * * 1,2,3,4,5'
7-
# pull_request:
8-
# paths-ignore:
9-
# - '**/docs/**'
10-
# - 'docs/**'
11-
# - '**/**.md'
12-
# - '**.md'
13-
# - '**/layer_tests_summary/**'
14-
# - '**/conformance/**'
15-
# push:
16-
# paths-ignore:
17-
# - '**/docs/**'
18-
# - 'docs/**'
19-
# - '**/**.md'
20-
# - '**.md'
21-
# - '**/layer_tests_summary/**'
22-
# - '**/conformance/**'
23-
# branches:
24-
# - master
25-
# - 'releases/**'
7+
pull_request:
8+
paths-ignore:
9+
- '**/docs/**'
10+
- 'docs/**'
11+
- '**/**.md'
12+
- '**.md'
13+
- '**/layer_tests_summary/**'
14+
- '**/conformance/**'
15+
push:
16+
paths-ignore:
17+
- '**/docs/**'
18+
- 'docs/**'
19+
- '**/**.md'
20+
- '**.md'
21+
- '**/layer_tests_summary/**'
22+
- '**/conformance/**'
23+
branches:
24+
- master
25+
- 'releases/**'
2626

2727
concurrency:
2828
# github.ref is not unique in post-commit

0 commit comments

Comments
 (0)