Skip to content

Commit c48d94e

Browse files
committed
Actions: Run actions iff code changes
1 parent 0dfe308 commit c48d94e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test-benchmark-script.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# IMPORTANT NOTE: The results of these benchmarks are not representative. This
22
# is simply a smoke test to check everything compiles and runs.
3+
34
on:
45
push:
6+
paths-ignore:
7+
- 'Checks/**/README.md'
58

69
jobs:
710
# Let us run this job on Ubuntu only as it is the only image that has gcc,

.github/workflows/test-benchmarks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
on:
55
push:
6+
paths-ignore:
7+
- 'Checks/**/README.md'
68

79
jobs:
810
compile-and-run:

0 commit comments

Comments
 (0)