Skip to content

Commit 5afec10

Browse files
author
bowenislandsong
committed
name change
1 parent b506c5c commit 5afec10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flake-analyzer-periodics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
pull_request:
77
jobs:
8-
run-e2e-tests:
8+
report-flake-analysis:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Periodic Flake Report
@@ -20,4 +20,4 @@ jobs:
2020
uses: actions/upload-artifact@v2
2121
with:
2222
name: flake-report-${{ github.run_id }}
23-
path: ${{ github.workspace }}/flake-analyzer/report/artifacts/*
23+
path: ${{ github.workspace }}/flake-analyzer/report/artifacts/*

0 commit comments

Comments
 (0)