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 11, 2024
1 parent 2e773ff commit a493cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 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 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 a493cc0

Please sign in to comment.