mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: run full jobs on workflow file change (#16166)
This commit is contained in:
parent
50b072803d
commit
2c88ce8559
5 changed files with 16 additions and 6 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -36,10 +36,12 @@ jobs:
|
|||
- 'i18n/**'
|
||||
machine-learning:
|
||||
- 'machine-learning/**'
|
||||
workflow:
|
||||
- '.github/workflows/docker.yml'
|
||||
|
||||
- name: Check if we should force jobs to run
|
||||
id: should_force
|
||||
run: echo "should_force=${{ github.event_name == 'workflow_dispatch' || github.event_name == 'release' }}" >> "$GITHUB_OUTPUT"
|
||||
run: echo "should_force=${{ steps.found_paths.outputs.workflow == 'true' || github.event_name == 'workflow_dispatch' || github.event_name == 'release' }}" >> "$GITHUB_OUTPUT"
|
||||
|
||||
retag_ml:
|
||||
name: Re-Tag ML
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue