Skip to content

Commit

Permalink
ci: skip to be trigger by daily run
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Shi <[email protected]>
  • Loading branch information
shi2wei3 committed Mar 14, 2024
1 parent 190ec38 commit d109d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/os-replace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ jobs:
rhel94-layered:
needs: pr-info
if: ${{ needs.pr-info.outputs.allowed_user == 'true' && github.event.issue.pull_request &&
(endsWith(github.event.comment.body, '/test-rhel94') ||
endsWith(github.event.comment.body, '/test-rhel94-replace') ||
endsWith(github.event.comment.body, '/test-layered-images')) }}
endsWith(github.event.comment.body, '/test-layered-images') }}
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -203,9 +201,7 @@ jobs:
cs9-layered:
needs: pr-info
if: ${{ needs.pr-info.outputs.allowed_user == 'true' && github.event.issue.pull_request &&
(endsWith(github.event.comment.body, '/test-cs9') ||
endsWith(github.event.comment.body, '/test-cs9-replace') ||
endsWith(github.event.comment.body, '/test-layered-images')) }}
endsWith(github.event.comment.body, '/test-layered-images') }}
continue-on-error: true
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-layered.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: layered images trigger
on:
workflow_dispatch:
schedule:
- cron: '0 5 * * 1'
- cron: '0 20 * * 0'

jobs:
check-image:
Expand Down

0 comments on commit d109d9b

Please sign in to comment.