This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch trigger_ci
in repository https://gitbox.apache.org/repos/asf/superset.git
from a76e189ae0 leave superset-python-integrationtest untouched
add f56ca414f4 remove dependency on no-op
No new revisions were added by this update.
Summary of changes:
.github/actions/change_detector/action.yml | 23 ++++
.github/workflows/no-op.yml | 114 -----------------
.github/workflows/superset-cli.yml | 18 ++-
.github/workflows/superset-e2e.yml | 27 ++--
.github/workflows/superset-frontend.yml | 36 +++---
.../workflows/superset-python-integrationtest.yml | 60 ++++-----
.github/workflows/superset-python-misc.yml | 29 ++---
.github/workflows/superset-python-presto-hive.yml | 54 ++++----
.github/workflows/superset-python-unittest.yml | 26 ++--
scripts/change_detector.py | 138 +++++++++++++++++++++
scripts/ci_check_no_file_changes.sh | 68 ----------
11 files changed, 265 insertions(+), 328 deletions(-)
create mode 100644 .github/actions/change_detector/action.yml
delete mode 100644 .github/workflows/no-op.yml
create mode 100644 scripts/change_detector.py
delete mode 100755 scripts/ci_check_no_file_changes.sh