diff --git a/.github/workflows/os-replace.yml b/.github/workflows/os-replace.yml index 167f4cf..955370f 100644 --- a/.github/workflows/os-replace.yml +++ b/.github/workflows/os-replace.yml @@ -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: @@ -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: diff --git a/.github/workflows/trigger-layered.yml b/.github/workflows/trigger-layered.yml index 60e7241..57ad6ce 100644 --- a/.github/workflows/trigger-layered.yml +++ b/.github/workflows/trigger-layered.yml @@ -4,7 +4,7 @@ name: layered images trigger on: workflow_dispatch: schedule: - - cron: '0 5 * * 1' + - cron: '0 20 * * 0' jobs: check-image: