We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01c476 commit 23468d5Copy full SHA for 23468d5
2 files changed
.github/workflows/e2e_test_linux.yaml
@@ -1,12 +1,12 @@
1
name: E2E tests on Linux
2
3
-# on:
4
-# push:
5
-# pull_request:
6
-# workflow_dispatch:
7
-# schedule:
8
-# # Runs at 12am UTC
9
-# - cron: '0 0 * * *'
+on:
+ # push:
+ pull_request:
+ workflow_dispatch:
+ schedule:
+ # Runs at 12am UTC
+ - cron: '0 0 * * *'
10
11
jobs:
12
e2e_tests:
.github/workflows/e2e_test_linux_prebuilt.yaml
name: E2E tests on Linux (Prebuilt release)
+ push:
0 commit comments