Skip to content

Commit bf6091f

Browse files
authored
Update and rename e2e_ci_workflow.yml to ci_e2e_workflow.yml
1 parent 2f385bb commit bf6091f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed
Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ name: CI E2E tests
55

66
on:
77
workflow_dispatch:
8-
9-
# on:
10-
# workflow_dispatch:
11-
# push:
12-
# branches: [ release/* ]
13-
# pull_request:
14-
# branches: [ dev, master, main ]
15-
# schedule:
16-
# # Monday to Thursday 1 AM PDT build
17-
# # * is a special character in YAML so you have to quote this string
18-
# - cron: "0 8 * * 1,2,3,4"
8+
push:
9+
branches: [ release/* ]
10+
pull_request:
11+
branches: [ dev, master, main ]
12+
schedule:
13+
# Monday to Thursday 1 AM PDT build
14+
# * is a special character in YAML so you have to quote this string
15+
- cron: "0 8 * * 1,2,3,4"
1916

2017
jobs:
2118
build:

0 commit comments

Comments
 (0)