From 211f48a0698b62cba9ed479e597f556168d5df92 Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Mon, 19 May 2025 04:46:27 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20.workflo?= =?UTF-8?q?w/pipeline-20240822.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .workflow/pipeline-20240822.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .workflow/pipeline-20240822.yml diff --git a/.workflow/pipeline-20240822.yml b/.workflow/pipeline-20240822.yml deleted file mode 100644 index 0fa9005..0000000 --- a/.workflow/pipeline-20240822.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: '1.0' -name: pipeline-20240822 -displayName: pipeline-20240822 -triggers: - trigger: auto - push: - branches: - precise: - - main - schedule: - - cron: '* 45 11 * * ? *' -stages: - - name: compile - displayName: 编译 - strategy: naturally - trigger: auto - steps: - - step: build@python - name: build_python - displayName: Python 构建 - pythonVersion: '3.9' - commands: - - echo "hello world"