Skip to content

Commit fb1a73f

Browse files
committed
remove pull_request trigger
1 parent 006d3bb commit fb1a73f

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

.github/workflows/fireperf-e2e.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: FirePerf E2E Tests
22

33
on:
4-
pull_request:
54
schedule:
65
- cron: 4 */4 * * * # every 4 hours at 04 minutes past the hour
76
workflow_dispatch: # allow triggering the workflow manually
@@ -57,10 +56,9 @@ jobs:
5756
run: echo $PERF_E2E_GOOGLE_SERVICES | base64 -d > google-services.json
5857
- name: Run fireperf end-to-end tests
5958
run: |
60-
# fireci fireperf_e2e_test \
61-
# --plugin_repo_dir=firebase-android-buildtools \
62-
# --target_environment=${{ matrix.environment }}
63-
exit 1
59+
fireci fireperf_e2e_test \
60+
--plugin_repo_dir=firebase-android-buildtools \
61+
--target_environment=${{ matrix.environment }}
6462
- name: Notify developers upon failures
6563
if: ${{ failure() }}
6664
uses: actions/github-script@v6
@@ -79,9 +77,7 @@ jobs:
7977
});
8078
8179
const text =
82-
`Notification testing. Please ignore.
83-
84-
Failed on commit ${commit} at ${datetime}.
80+
`Failed on commit ${commit} at ${datetime}.
8581
8682
${url}`;
8783
@@ -103,7 +99,7 @@ jobs:
10399
github.rest.issues.create({
104100
owner: owner,
105101
repo: repo,
106-
title: 'Notification Testing: FirePerf E2E Test Failures',
102+
title: 'FirePerf E2E Test Failures',
107103
body: text,
108104
labels: ['fireperf-e2e-tests'],
109105
assignees: ['jeremyjiang-dev', 'leotianlizhan', 'visumickey']

0 commit comments

Comments
 (0)