Skip to content

Commit

Permalink
Dev: github-actions: rebuild the test container image weekly
Browse files Browse the repository at this point in the history
so that we will catch up with the updates from tumbleweed
  • Loading branch information
nicholasyang2022 committed Nov 5, 2024
1 parent 3da03cd commit 1e1921b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
paths:
- "test_container/**"
schedule:
- cron: "31 4 * * SUN"
jobs:
build:
#if: github.repository == 'ClusterLabs/crmsh' && github.ref_name == 'master'
Expand Down

0 comments on commit 1e1921b

Please sign in to comment.