From ac4ac8cf5643d4c9f0541230c4f298de1af25a68 Mon Sep 17 00:00:00 2001 From: Qsaker Date: Wed, 22 Nov 2023 23:45:48 +0800 Subject: [PATCH] chore: update the files --- .github/workflows/build-daily.yml | 5 +++-- .github/workflows/update-continuous-tag.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-daily.yml b/.github/workflows/build-daily.yml index 71b24ccf9..43c3e2b04 100644 --- a/.github/workflows/build-daily.yml +++ b/.github/workflows/build-daily.yml @@ -1,7 +1,8 @@ name: build-daily on: - schedule: - - cron: '0 0 * * *' + push: + tags: + - 'continuous' jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/update-continuous-tag.yml b/.github/workflows/update-continuous-tag.yml index cf43a2447..4028bc1d3 100644 --- a/.github/workflows/update-continuous-tag.yml +++ b/.github/workflows/update-continuous-tag.yml @@ -18,4 +18,5 @@ jobs: git config --global user.name "Qsaker" git tag -fa continuous -m "chore: update to latest commit" git push origin :refs/tags/continuous - git push origin continuous \ No newline at end of file + git push origin continuous + git commit --allow-empty -m "Trigger GitHub Actions" \ No newline at end of file