Skip to content

Commit 73eb7fd

Browse files
committed
Adjust k6 test suite conditions
1 parent 92356ef commit 73eb7fd

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/k6-tests.yaml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
name: Run k6 Test Suite
2-
on: [push]
2+
on:
3+
push:
4+
paths:
5+
- 'scripts/**'
6+
- 'k6/**'
7+
release:
8+
types:
9+
- created
10+
11+
# Important: The k6 test suite will only be run against the latest
12+
# release of the Quickpizza service, not against the code in the
13+
# commit itself. Therefore, we only run this Action when the test
14+
# files themselves are modified (or on a new release).
315

416
jobs:
517
runner-job:

0 commit comments

Comments
 (0)