Browse Source

[ci] Remove workflow paths-ignore attribute (#7807)

It will cause our CI always waitting due to
we requests E2E contexts in .asf.yaml but
we set some ignore path on workflow e2e.
3.0.0/version-upgrade
Jiajie Zhong 3 years ago committed by GitHub
parent
commit
ab89e4335e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/e2e.yml

6
.github/workflows/e2e.yml

@ -17,13 +17,7 @@
on:
pull_request:
paths-ignore:
- '**/*.md'
- 'dolphinscheduler-python/pydolphinscheduler'
push:
paths-ignore:
- '**/*.md'
- 'dolphinscheduler-python/pydolphinscheduler'
branches:
- dev

Loading…
Cancel
Save