From e15cef70db98681dc82201e6054cc89283e093e0 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 5 Mar 2020 10:45:40 +0100 Subject: Try testing release workflow --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b6d8a246a..8100c04ef 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,7 @@ name: release on: schedule: - - cron: '0 0 * * *' # midnight UTC + - cron: '*/15 * * * *' # midnight UTC push: branches: @@ -73,7 +73,7 @@ jobs: - run: echo "::set-env name=TAG::$(date --iso)" if: github.event_name == 'push' - run: echo "::set-env name=TAG::nightly" - if: github.event_name != 'push' + if: github.event_name == 'schedule' - run: 'echo "TAG: $TAG"' - name: Checkout repository -- cgit v1.2.3