From cd4ad0a32e9e8132943744f12a29d59a7a102e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 10 Jan 2025 14:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8Btime.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/测time.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/测time.yaml diff --git a/.github/workflows/测time.yaml b/.github/workflows/测time.yaml new file mode 100644 index 0000000..559199f --- /dev/null +++ b/.github/workflows/测time.yaml @@ -0,0 +1,11 @@ +on: + push: + +jobs: + job1: + runs-on: ubuntu-latest + steps: + - name: step1 + run: | + touch somefile + time zip -r somefile.zip somefile \ No newline at end of file