File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Run against all markdown files in latest version of packages on pub.dev to
2
2
# see if any can provoke a crash
3
3
4
- name : package:markdown: crash tests
4
+ name : " package:markdown: crash tests"
5
5
6
6
on :
7
+ # Run on PRs and pushes to the default branch.
8
+ push :
9
+ branches : [ main ]
10
+ paths :
11
+ - ' .github/workflows/markdown_crash_test.yaml'
12
+ pull_request :
13
+ branches : [ main ]
14
+ paths :
15
+ - ' .github/workflows/markdown_crash_test.yaml'
7
16
schedule :
8
17
# “At 00:00 (UTC) on Sunday.”
9
18
- cron : ' 0 0 * * 0'
19
+ workflow_dispatch :
10
20
11
21
defaults :
12
22
run :
Original file line number Diff line number Diff line change 1
1
# Run a smoke test against package:flutter_markdown.
2
2
3
- name : package:markdown: flutter
3
+ name : " package:markdown: flutter"
4
4
5
5
on :
6
6
# Run on PRs and pushes to the default branch.
You can’t perform that action at this time.
0 commit comments