From a493cc0d34f81d034c4ba00835db0536a7feff08 Mon Sep 17 00:00:00 2001 From: Amir Panahandeh Date: Sat, 3 Aug 2024 01:10:17 +0330 Subject: [PATCH] Update workflow triggers --- .github/workflows/fleather.yml | 6 +----- .github/workflows/performance_test.yaml | 8 ++------ 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/fleather.yml b/.github/workflows/fleather.yml index 2f0ad2d6..a2fd6e6f 100644 --- a/.github/workflows/fleather.yml +++ b/.github/workflows/fleather.yml @@ -1,10 +1,6 @@ name: build -on: - push: - branches: - - 'master' - pull_request: +on: push jobs: build: diff --git a/.github/workflows/performance_test.yaml b/.github/workflows/performance_test.yaml index 373d2593..ff1bece7 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -1,10 +1,6 @@ name: Performance Test -on: - push: - branches: - - 'master' - pull_request: +on: [push, workflow_dispatch] jobs: test: @@ -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