Skip to content

Commit

Permalink
Don't re-build containers if PR/commit doesn't change containers
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 9, 2024
1 parent 7ec773a commit 90cc506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ on:
push:
branches:
- main
paths:
- 'containers/**'
pull_request:
paths:
- 'containers/**'
schedule:
- cron: "0 7 * * 1" # Run once weekly

Expand Down

0 comments on commit 90cc506

Please sign in to comment.