Skip to content

Commit

Permalink
Update daily run-extra-tests to include test-rpm-distros-tls-module-n…
Browse files Browse the repository at this point in the history
…o-tls

Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin committed Jul 24, 2024
1 parent 3cca268 commit c430213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ jobs:
if: |
(github.event_name == 'workflow_dispatch' ||
(github.event_name == 'schedule' && github.repository == 'valkey-io/valkey') ||
(github.event_name == 'pull_request' && github.event.pull_request.base.ref != 'unstable')) &&
(github.event_name == 'pull_request' && (contains(github.event.pull_request.labels.*.name, 'run-extra-tests') || github.event.pull_request.base.ref != 'unstable'))) &&
!contains(github.event.inputs.skipjobs, 'tls')
strategy:
fail-fast: false
Expand Down

0 comments on commit c430213

Please sign in to comment.