Skip to content

Commit

Permalink
Only build whisper container when whisper dockerfile is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 29, 2024
1 parent 9c514ca commit 8875b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-whisper-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
push:
paths:
- '../../containers/*'
- 'containers/whisper.Dockerfile'
- '.github/workflows/build-whisper-container.yml'

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down

0 comments on commit 8875b59

Please sign in to comment.