chore: run full jobs on workflow file change (#16166)

This commit is contained in:
bo0tzz
2025-02-17 19:09:38 +01:00
committed by GitHub
parent 50b072803d
commit 2c88ce8559
5 changed files with 16 additions and 6 deletions
+3 -1
View File
@@ -29,9 +29,11 @@ jobs:
filters: |
mobile:
- 'mobile/**'
workflow:
- '.github/workflows/build-mobile.yml'
- name: Check if we should force jobs to run
id: should_force
run: echo "should_force=${{ github.event_name == 'workflow_call' || github.event_name == 'workflow_dispatch' }}" >> "$GITHUB_OUTPUT"
run: echo "should_force=${{ steps.found_paths.outputs.workflow == 'true' || github.event_name == 'workflow_call' || github.event_name == 'workflow_dispatch' }}" >> "$GITHUB_OUTPUT"
build-sign-android:
name: Build and sign Android