We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a944b9 commit 00e21e3Copy full SHA for 00e21e3
.github/workflows/fleather.yml
@@ -1,10 +1,6 @@
1
name: build
2
3
-on:
4
- push:
5
- branches:
6
- - 'master'
7
- pull_request:
+on: push
8
9
jobs:
10
build:
@@ -17,7 +13,7 @@ jobs:
17
13
flutter-version: "3.22.0"
18
14
cache: true
19
15
# Manually Update this `key`
20
- cache-key: "20230512"
16
+ cache-key: "3.22.0-stable"
21
- run: dart pub global activate coverage
22
23
#
.github/workflows/performance_test.yaml
name: Performance Test
+on: [push, workflow_dispatch]
test:
@@ -18,7 +14,7 @@ jobs:
- name: Restore reference summary from cache
24
id: performance_timelines_cache_restore
0 commit comments