Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Aug 2, 2024
1 parent 6a944b9 commit 00e21e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/fleather.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: build

on:
push:
branches:
- 'master'
pull_request:
on: push

jobs:
build:
Expand All @@ -17,7 +13,7 @@ jobs:
flutter-version: "3.22.0"
cache: true
# Manually Update this `key`
cache-key: "20230512"
cache-key: "3.22.0-stable"
- run: dart pub global activate coverage

#
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/performance_test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Performance Test

on:
push:
branches:
- 'master'
pull_request:
on: [push, workflow_dispatch]

jobs:
test:
Expand All @@ -18,7 +14,7 @@ jobs:
flutter-version: "3.22.0"
cache: true
# Manually Update this `key`
cache-key: "20230512"
cache-key: "3.22.0-stable"

- name: Restore reference summary from cache
id: performance_timelines_cache_restore
Expand Down

0 comments on commit 00e21e3

Please sign in to comment.