mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Try testing release workflow
This commit is contained in:
parent
5f1fc94523
commit
e15cef70db
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue