From ddac6195686fb5b3c5a6b2da62a4102537575dca Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 12 Jun 2024 00:43:30 +0000 Subject: [PATCH] nvm git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@246 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb5abc8..8b22f3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,6 @@ on: workflow_dispatch: schedule: - cron: "0 */6 * * *" - push: - branches: - - release jobs: build: @@ -20,8 +17,6 @@ jobs: - name: Give tar root suid run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar - uses: actions/checkout@v4 - with: - ref: release - uses: actions/cache@v4 with: save-always: true -- 2.43.0