Skip to content

Commit 23468d5

Browse files
committed
fix: action
1 parent a01c476 commit 23468d5

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/e2e_test_linux.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: E2E tests on Linux
22

3-
# on:
4-
# push:
5-
# pull_request:
6-
# workflow_dispatch:
7-
# schedule:
8-
# # Runs at 12am UTC
9-
# - cron: '0 0 * * *'
3+
on:
4+
# push:
5+
pull_request:
6+
workflow_dispatch:
7+
schedule:
8+
# Runs at 12am UTC
9+
- cron: '0 0 * * *'
1010

1111
jobs:
1212
e2e_tests:

.github/workflows/e2e_test_linux_prebuilt.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: E2E tests on Linux (Prebuilt release)
22

3-
# on:
4-
# push:
5-
# pull_request:
6-
# workflow_dispatch:
7-
# schedule:
8-
# # Runs at 12am UTC
9-
# - cron: '0 0 * * *'
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
schedule:
8+
# Runs at 12am UTC
9+
- cron: '0 0 * * *'
1010

1111
jobs:
1212
e2e_tests:

0 commit comments

Comments
 (0)