Skip to content

Commit f006b57

Browse files
committed
fix
1 parent e86643f commit f006b57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fireperf-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
concurrency:
99
group: ${{ github.workflow }}
10+
cancel-in-progress: true
1011

1112
env:
1213
PERF_E2E_GOOGLE_SERVICES: ${{ secrets.PERF_E2E_GOOGLE_SERVICES }}
@@ -64,7 +65,7 @@ jobs:
6465
with:
6566
repository: FirebasePrivate/firebase-android-buildtools
6667
token: ${{ secrets.GOOGLE_OSS_BOT_TOKEN }}
67-
path: buildtools
68+
path: firebase-android-buildtools
6869
- name: Set up JDK 11
6970
uses: actions/setup-java@v2
7071
with:

0 commit comments

Comments
 (0)