Try testing release workflow

This commit is contained in:
Aleksey Kladov 2020-03-05 10:45:40 +01:00
parent 5f1fc94523
commit e15cef70db

View file

@ -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