Skip to content

Commit e15cef7

Browse files
committed
Try testing release workflow
1 parent 5f1fc94 commit e15cef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: release
22
on:
33
schedule:
4-
- cron: '0 0 * * *' # midnight UTC
4+
- cron: '*/15 * * * *' # midnight UTC
55

66
push:
77
branches:
@@ -73,7 +73,7 @@ jobs:
7373
- run: echo "::set-env name=TAG::$(date --iso)"
7474
if: github.event_name == 'push'
7575
- run: echo "::set-env name=TAG::nightly"
76-
if: github.event_name != 'push'
76+
if: github.event_name == 'schedule'
7777
- run: 'echo "TAG: $TAG"'
7878

7979
- name: Checkout repository

0 commit comments

Comments
 (0)