Skip to content

Commit 1ec996b

Browse files
Make sure it triggers on main as well
Add concurrency clause as well so lots of runs don't build up
1 parent 53bf9cd commit 1ec996b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-smokes-on-pr.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
on:
22
pull_request:
3+
push:
4+
branches:
5+
- main
36

7+
concurrency:
8+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9+
cancel-in-progress: true
10+
411
name: "Run End-To-End Tests"
512
jobs:
613
calculate_correct_version_ranges:

0 commit comments

Comments
 (0)