From 16ec192d7f6fe6d2e3612a154d242f28d44ea2d1 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Thu, 2 Nov 2023 17:41:13 +0800 Subject: [PATCH 01/13] [Fix] Fix CI for torch2.1.0 --- .github/workflows/merge_stage_test.yml | 7 ++++++- .github/workflows/pr_stage_test.yml | 15 +++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 81b973ef69..c7a7662e8f 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -1,7 +1,7 @@ name: merge_stage_test on: - push: + pull_request: paths-ignore: - ".github/**.md" - "docker/**" @@ -294,6 +294,11 @@ jobs: platform: cu118 torch: 2.1.0 torchvision: 0.16.0 + exclude: + - python-version: 3.7 + platform: cu111 + torch: 2.1.0 + torchvision: 0.16.0 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index a3582932ab..026760353c 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -136,13 +136,24 @@ jobs: runs-on: windows-2022 strategy: matrix: - torch: [2.1.0] - torchvision: [0.16.0] + python-version: [3.7] + platform: [cpu, cu111] + torch: [1.8.1, 2.1.0] + torchvision: [0.9.1, 0.16.0] include: + - python-version: 3.8 + platform: cu117 + torch: 2.0.0 + torchvision: 0.15.1 - python-version: 3.8 platform: cu118 torch: 2.1.0 torchvision: 0.16.0 + exclude: + - python-version: 3.7 + platform: cu111 + torch: 2.1.0 + torchvision: 0.16.0 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} From 882dbc47514505b37d686476a14816c6a4ea214f Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Thu, 2 Nov 2023 17:47:14 +0800 Subject: [PATCH 02/13] [Fix] Fix CI for torch2.1.0 --- .github/workflows/merge_stage_test.yml | 8 ++++++++ .github/workflows/pr_stage_test.yml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index c7a7662e8f..078f0dcd0e 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -295,6 +295,14 @@ jobs: torch: 2.1.0 torchvision: 0.16.0 exclude: + - python-version: 3.7 + platform: cpu + torch: 1.8.1 + torchvision: 0.16.0 + - python-version: 3.7 + platform: cu111 + torch: 1.8.1 + torchvision: 0.16.0 - python-version: 3.7 platform: cu111 torch: 2.1.0 diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index 026760353c..9ac9b67c5b 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -150,6 +150,14 @@ jobs: torch: 2.1.0 torchvision: 0.16.0 exclude: + - python-version: 3.7 + platform: cpu + torch: 1.8.1 + torchvision: 0.16.0 + - python-version: 3.7 + platform: cu111 + torch: 1.8.1 + torchvision: 0.16.0 - python-version: 3.7 platform: cu111 torch: 2.1.0 From 605c7739868c5bc2fb892bd72cdff4f6aabf18b2 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Thu, 2 Nov 2023 17:52:08 +0800 Subject: [PATCH 03/13] [Fix] Fix CI for torch2.1.0 --- .github/workflows/merge_stage_test.yml | 4 ++++ .github/workflows/pr_stage_test.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 078f0dcd0e..dffc7267d4 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -303,6 +303,10 @@ jobs: platform: cu111 torch: 1.8.1 torchvision: 0.16.0 + - python-version: 3.7 + platform: cpu + torch: 2.1.0 + torchvision: 0.16.0 - python-version: 3.7 platform: cu111 torch: 2.1.0 diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index 9ac9b67c5b..0299a61e32 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -158,6 +158,10 @@ jobs: platform: cu111 torch: 1.8.1 torchvision: 0.16.0 + - python-version: 3.7 + platform: cpu + torch: 2.1.0 + torchvision: 0.16.0 - python-version: 3.7 platform: cu111 torch: 2.1.0 From 5b0e0ce1db32b68ba0dd729f79b6c11291450100 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Thu, 2 Nov 2023 17:54:31 +0800 Subject: [PATCH 04/13] [Fix] Fix CI for torch2.1.0 --- .github/workflows/merge_stage_test.yml | 21 ++------------------- .github/workflows/pr_stage_test.yml | 23 +++-------------------- 2 files changed, 5 insertions(+), 39 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index dffc7267d4..571ee9bc36 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -283,8 +283,8 @@ jobs: matrix: python-version: [3.7] platform: [cpu, cu111] - torch: [1.8.1, 2.1.0] - torchvision: [0.9.1, 0.16.0] + torch: [1.8.1] + torchvision: [0.9.1] include: - python-version: 3.8 platform: cu117 @@ -294,23 +294,6 @@ jobs: platform: cu118 torch: 2.1.0 torchvision: 0.16.0 - exclude: - - python-version: 3.7 - platform: cpu - torch: 1.8.1 - torchvision: 0.16.0 - - python-version: 3.7 - platform: cu111 - torch: 1.8.1 - torchvision: 0.16.0 - - python-version: 3.7 - platform: cpu - torch: 2.1.0 - torchvision: 0.16.0 - - python-version: 3.7 - platform: cu111 - torch: 2.1.0 - torchvision: 0.16.0 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index 0299a61e32..e6757ef786 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -137,9 +137,9 @@ jobs: strategy: matrix: python-version: [3.7] - platform: [cpu, cu111] - torch: [1.8.1, 2.1.0] - torchvision: [0.9.1, 0.16.0] + platform: [cpu] + torch: [1.8.1] + torchvision: [0.9.1] include: - python-version: 3.8 platform: cu117 @@ -149,23 +149,6 @@ jobs: platform: cu118 torch: 2.1.0 torchvision: 0.16.0 - exclude: - - python-version: 3.7 - platform: cpu - torch: 1.8.1 - torchvision: 0.16.0 - - python-version: 3.7 - platform: cu111 - torch: 1.8.1 - torchvision: 0.16.0 - - python-version: 3.7 - platform: cpu - torch: 2.1.0 - torchvision: 0.16.0 - - python-version: 3.7 - platform: cu111 - torch: 2.1.0 - torchvision: 0.16.0 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} From dc4d48a430d07af04813755b6f0aa5e85c697592 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Thu, 2 Nov 2023 18:43:38 +0800 Subject: [PATCH 05/13] [Fix] Fix CI for torch2.1.0 --- .github/workflows/merge_stage_test.yml | 4 ---- .github/workflows/pr_stage_test.yml | 6 +----- requirements/tests.txt | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 571ee9bc36..d87f0c45fe 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -286,10 +286,6 @@ jobs: torch: [1.8.1] torchvision: [0.9.1] include: - - python-version: 3.8 - platform: cu117 - torch: 2.0.0 - torchvision: 0.15.1 - python-version: 3.8 platform: cu118 torch: 2.1.0 diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index e6757ef786..7127c4644c 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -137,14 +137,10 @@ jobs: strategy: matrix: python-version: [3.7] - platform: [cpu] + platform: [cpu, cu111] torch: [1.8.1] torchvision: [0.9.1] include: - - python-version: 3.8 - platform: cu117 - torch: 2.0.0 - torchvision: 0.15.1 - python-version: 3.8 platform: cu118 torch: 2.1.0 diff --git a/requirements/tests.txt b/requirements/tests.txt index 544ddba9d9..94ee153fa3 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -7,7 +7,6 @@ dvclive lion-pytorch lmdb mlflow -neptune parameterized pydantic==1.10.9 pytest From ac4d5630da24d1304d5e305ac382a7f6a814ec3d Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Thu, 2 Nov 2023 19:01:21 +0800 Subject: [PATCH 06/13] [Fix] Fix neptune vis backend test --- tests/test_visualizer/test_vis_backend.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/test_visualizer/test_vis_backend.py b/tests/test_visualizer/test_vis_backend.py index 2f9f665a1e..892c5b46e0 100644 --- a/tests/test_visualizer/test_vis_backend.py +++ b/tests/test_visualizer/test_vis_backend.py @@ -358,6 +358,16 @@ def test_close(self): clearml_vis_backend.close() +# skip if neptune is not installed +try: + import neptune # noqa: F401 + is_neptune_installed = True +except ImportError: + is_neptune_installed = False + + +@pytest.mark.skipif( + not is_neptune_installed, reason='Neptune is not installed.') class TestNeptuneVisBackend: def test_init(self): From 952d172a56104b2cc35586dcf7f51e3f51199d11 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Fri, 3 Nov 2023 10:26:31 +0800 Subject: [PATCH 07/13] [Fix] Fix build_macos --- .github/workflows/merge_stage_test.yml | 4 ++-- tests/test_visualizer/test_vis_backend.py | 12 ++---------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index d87f0c45fe..09a304fc8e 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -237,7 +237,7 @@ jobs: strategy: matrix: python-version: [3.8] - torch: [1.6.0, 1.8.1, 1.13.0, 2.1.0] + torch: [1.6.0, 1.8.1, 1.13.0, 2.0.0] include: - torch: 1.6.0 torchvision: 0.7.0 @@ -245,7 +245,7 @@ jobs: torchvision: 0.9.1 - torch: 1.13.0 torchvision: 0.14.0 - - torch: 2.1.0 + - torch: 2.0.0 torchvision: 0.16.0 steps: - uses: actions/checkout@v3 diff --git a/tests/test_visualizer/test_vis_backend.py b/tests/test_visualizer/test_vis_backend.py index 892c5b46e0..59d87480c7 100644 --- a/tests/test_visualizer/test_vis_backend.py +++ b/tests/test_visualizer/test_vis_backend.py @@ -13,7 +13,7 @@ from mmengine import Config from mmengine.fileio import load from mmengine.registry import VISBACKENDS -from mmengine.utils import digit_version +from mmengine.utils import digit_version, is_installed from mmengine.visualization import (AimVisBackend, ClearMLVisBackend, DVCLiveVisBackend, LocalVisBackend, MLflowVisBackend, NeptuneVisBackend, @@ -358,16 +358,8 @@ def test_close(self): clearml_vis_backend.close() -# skip if neptune is not installed -try: - import neptune # noqa: F401 - is_neptune_installed = True -except ImportError: - is_neptune_installed = False - - @pytest.mark.skipif( - not is_neptune_installed, reason='Neptune is not installed.') + not is_installed('neptune'), reason='Neptune is not installed.') class TestNeptuneVisBackend: def test_init(self): From 4317c464c27719b626e70ad764fd3c29556cc755 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Fri, 3 Nov 2023 10:32:08 +0800 Subject: [PATCH 08/13] [Fix] Fix torchvison version --- .github/workflows/merge_stage_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 09a304fc8e..649ac32ee4 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -246,7 +246,7 @@ jobs: - torch: 1.13.0 torchvision: 0.14.0 - torch: 2.0.0 - torchvision: 0.16.0 + torchvision: 0.15.1 steps: - uses: actions/checkout@v3 - name: Set up Python 3.7 From a74f115015fb56e76727ca0485f3f1248a85b1ff Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Fri, 3 Nov 2023 10:48:17 +0800 Subject: [PATCH 09/13] [Fix] Fix build_macos --- .github/workflows/merge_stage_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 649ac32ee4..35972a4317 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -237,7 +237,7 @@ jobs: strategy: matrix: python-version: [3.8] - torch: [1.6.0, 1.8.1, 1.13.0, 2.0.0] + torch: [1.6.0, 1.8.1, 1.13.0, 2.1.0] include: - torch: 1.6.0 torchvision: 0.7.0 @@ -245,8 +245,8 @@ jobs: torchvision: 0.9.1 - torch: 1.13.0 torchvision: 0.14.0 - - torch: 2.0.0 - torchvision: 0.15.1 + - torch: 2.1.0 + torchvision: 0.16.0 steps: - uses: actions/checkout@v3 - name: Set up Python 3.7 @@ -273,7 +273,7 @@ jobs: # Skip testing setup_env since it does not work in the current CI environment # TODO - name: Run unittests and generate coverage report run: | - coverage run --branch --source mmengine -m pytest tests/ --ignore tests/test_dist/ --ignore tests/test_utils/test_dl_utils/test_setup_env.py + PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 coverage run --branch --source mmengine -m pytest tests/ --ignore tests/test_dist/ --ignore tests/test_utils/test_dl_utils/test_setup_env.py coverage xml coverage report -m From d6567aa2acd4844898ba2cbad8b9332541f817cf Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Fri, 3 Nov 2023 10:58:36 +0800 Subject: [PATCH 10/13] [Fix] Fix build_macos --- .github/workflows/merge_stage_test.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 35972a4317..cce5829827 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -237,7 +237,7 @@ jobs: strategy: matrix: python-version: [3.8] - torch: [1.6.0, 1.8.1, 1.13.0, 2.1.0] + torch: [1.6.0, 1.8.1, 1.13.0] include: - torch: 1.6.0 torchvision: 0.7.0 @@ -245,8 +245,6 @@ jobs: torchvision: 0.9.1 - torch: 1.13.0 torchvision: 0.14.0 - - torch: 2.1.0 - torchvision: 0.16.0 steps: - uses: actions/checkout@v3 - name: Set up Python 3.7 @@ -273,7 +271,7 @@ jobs: # Skip testing setup_env since it does not work in the current CI environment # TODO - name: Run unittests and generate coverage report run: | - PYTORCH_MPS_HIGH_WATERMARK_RATIO=0.0 coverage run --branch --source mmengine -m pytest tests/ --ignore tests/test_dist/ --ignore tests/test_utils/test_dl_utils/test_setup_env.py + coverage run --branch --source mmengine -m pytest tests/ --ignore tests/test_dist/ --ignore tests/test_utils/test_dl_utils/test_setup_env.py coverage xml coverage report -m From ae096705244cdf66093bb07e6d4fb4900ff0b577 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Mon, 20 Nov 2023 16:48:37 +0800 Subject: [PATCH 11/13] [Fix] Remove testing on macos --- .github/workflows/merge_stage_test.yml | 84 +++++++++++++------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index cce5829827..c5456e28ac 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -232,48 +232,48 @@ jobs: coverage xml coverage report -m - build_macos: - runs-on: macos-latest - strategy: - matrix: - python-version: [3.8] - torch: [1.6.0, 1.8.1, 1.13.0] - include: - - torch: 1.6.0 - torchvision: 0.7.0 - - torch: 1.8.1 - torchvision: 0.9.1 - - torch: 1.13.0 - torchvision: 0.14.0 - steps: - - uses: actions/checkout@v3 - - name: Set up Python 3.7 - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - - name: Upgrade pip - run: pip install pip --upgrade - - name: Upgrade wheel - run: pip install wheel --upgrade - - name: Install PyTorch - run: pip install torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }} - - name: Build MMEngine from source - run: pip install -e . -v - - name: Install unit tests dependencies - run: | - pip install -r requirements/tests.txt - - name: Install mmcv - run: | - pip install openmim - mim install mmcv - if: ${{ matrix.torch > '1.8.0' || matrix.torch == '1.8.0' }} - # Distributed-related unit tests may fail in macOS - # Skip testing setup_env since it does not work in the current CI environment # TODO - - name: Run unittests and generate coverage report - run: | - coverage run --branch --source mmengine -m pytest tests/ --ignore tests/test_dist/ --ignore tests/test_utils/test_dl_utils/test_setup_env.py - coverage xml - coverage report -m + # build_macos: + # runs-on: macos-latest + # strategy: + # matrix: + # python-version: [3.8] + # torch: [1.6.0, 1.8.1, 1.13.0] + # include: + # - torch: 1.6.0 + # torchvision: 0.7.0 + # - torch: 1.8.1 + # torchvision: 0.9.1 + # - torch: 1.13.0 + # torchvision: 0.14.0 + # steps: + # - uses: actions/checkout@v3 + # - name: Set up Python 3.7 + # uses: actions/setup-python@v4 + # with: + # python-version: ${{ matrix.python-version }} + # - name: Upgrade pip + # run: pip install pip --upgrade + # - name: Upgrade wheel + # run: pip install wheel --upgrade + # - name: Install PyTorch + # run: pip install torch==${{ matrix.torch }} torchvision==${{ matrix.torchvision }} + # - name: Build MMEngine from source + # run: pip install -e . -v + # - name: Install unit tests dependencies + # run: | + # pip install -r requirements/tests.txt + # - name: Install mmcv + # run: | + # pip install openmim + # mim install mmcv + # if: ${{ matrix.torch > '1.8.0' || matrix.torch == '1.8.0' }} + # # Distributed-related unit tests may fail in macOS + # # Skip testing setup_env since it does not work in the current CI environment # TODO + # - name: Run unittests and generate coverage report + # run: | + # coverage run --branch --source mmengine -m pytest tests/ --ignore tests/test_dist/ --ignore tests/test_utils/test_dl_utils/test_setup_env.py + # coverage xml + # coverage report -m build_windows: runs-on: windows-2022 From 29ce7cda6f7b9e31802d38f2f908019b0fa26787 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Mon, 20 Nov 2023 17:17:00 +0800 Subject: [PATCH 12/13] [Fix] Add cu118 test --- .github/workflows/merge_stage_test.yml | 2 +- .github/workflows/pr_stage_test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index c5456e28ac..23878a3c5c 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -312,4 +312,4 @@ jobs: - name: Run GPU unittests # Skip testing distributed related unit tests since the memory of windows CI is limited run: pytest tests/ --ignore tests/test_dist --ignore tests/test_optim/test_optimizer/test_optimizer_wrapper.py --ignore tests/test_model/test_wrappers/test_model_wrapper.py - if: ${{ matrix.platform == 'cu111' }} + if: ${{ matrix.platform == 'cu111' }} || ${{ matrix.platform == 'cu118' }} diff --git a/.github/workflows/pr_stage_test.yml b/.github/workflows/pr_stage_test.yml index 7127c4644c..b2576cfd57 100644 --- a/.github/workflows/pr_stage_test.yml +++ b/.github/workflows/pr_stage_test.yml @@ -169,4 +169,4 @@ jobs: - name: Run GPU unittests # Skip testing distributed related unit tests since the memory of windows CI is limited run: pytest tests/ --ignore tests/test_dist --ignore tests/test_optim/test_optimizer/test_optimizer_wrapper.py --ignore tests/test_model/test_wrappers/test_model_wrapper.py --ignore tests/test_hooks/test_sync_buffers_hook.py - if: ${{ matrix.platform == 'cu111' }} + if: ${{ matrix.platform == 'cu111' }} || ${{ matrix.platform == 'cu118' }} From 3298a12e33793d0b028b21f684871eb9239da1e4 Mon Sep 17 00:00:00 2001 From: fanqiNO1 <1848839264@qq.com> Date: Mon, 20 Nov 2023 17:36:48 +0800 Subject: [PATCH 13/13] [Fix] Back to on-push --- .github/workflows/merge_stage_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_stage_test.yml b/.github/workflows/merge_stage_test.yml index 23878a3c5c..b445e92746 100644 --- a/.github/workflows/merge_stage_test.yml +++ b/.github/workflows/merge_stage_test.yml @@ -1,7 +1,7 @@ name: merge_stage_test on: - pull_request: + push: paths-ignore: - ".github/**.md" - "docker/**"