Skip to content

Commit 2b4c032

Browse files
committed
fix
1 parent 8d45f83 commit 2b4c032

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/fireperf-e2e.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name: FirePerf E2E Tests
33
on:
44
pull_request:
55
schedule:
6-
- cron: 4 */4 * * *
6+
- cron: 4 */4 * * * # every 4 hours at 04 minutes past the hour
7+
8+
concurrency:
9+
group: ${{ github.workflow }}
710

811
env:
912
PERF_E2E_GOOGLE_SERVICES: ${{ secrets.PERF_E2E_GOOGLE_SERVICES }}
10-
FTL_RESULTS_BUCKET: "fireescape"
13+
FTL_RESULTS_BUCKET: fireescape
1114

1215
jobs:
1316
prod:
@@ -39,7 +42,7 @@ jobs:
3942
- name: Set up Python 3.10
4043
uses: actions/setup-python@v4
4144
with:
42-
python-version: '3.10'
45+
python-version: 3.10
4346
- name: Set up fireci
4447
run: pip3 install -e ci/fireci
4548
- uses: google-github-actions/auth@v0
@@ -80,7 +83,7 @@ jobs:
8083
- name: Set up Python 3.10
8184
uses: actions/setup-python@v4
8285
with:
83-
python-version: '3.10'
86+
python-version: 3.10
8487
- name: Set up fireci
8588
run: pip3 install -e ci/fireci
8689
- uses: google-github-actions/auth@v0

0 commit comments

Comments
 (0)