Skip to content

Commit c40b664

Browse files
authored
ci: cron ci must use the logical AND condition (#1850)
1 parent e809cfb commit c40b664

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/e2e-test-ci-v2-cron-dev.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,13 @@ on:
2626
branches:
2727
- master
2828
- v1.6.0
29-
pull_request:
30-
branches:
31-
- master
32-
- v1.6.0
33-
types: [opened, synchronize, reopened, review_requested]
3429

3530
concurrency:
36-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-dev
31+
group: ${{ github.workflow }}-dev
3732
cancel-in-progress: true
3833

3934
jobs:
4035
changes:
41-
if: ${{ (!github.event.pull_request.draft || github.event.schedule == '0 0 * * *') }}
4236
runs-on: ubuntu-20.04
4337
outputs:
4438
docs: ${{ steps.filter.outputs.docs }}

0 commit comments

Comments
 (0)