Skip to content

Commit

Permalink
ci: cron ci must use the logical AND condition (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chever-John authored Jul 31, 2023
1 parent e809cfb commit c40b664
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/e2e-test-ci-v2-cron-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,13 @@ on:
branches:
- master
- v1.6.0
pull_request:
branches:
- master
- v1.6.0
types: [opened, synchronize, reopened, review_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-dev
group: ${{ github.workflow }}-dev
cancel-in-progress: true

jobs:
changes:
if: ${{ (!github.event.pull_request.draft || github.event.schedule == '0 0 * * *') }}
runs-on: ubuntu-20.04
outputs:
docs: ${{ steps.filter.outputs.docs }}
Expand Down

0 comments on commit c40b664

Please sign in to comment.