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
|
name: release
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # midnight UTC
|
- cron: '*/15 * * * *' # midnight UTC
|
||||||
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- run: echo "::set-env name=TAG::$(date --iso)"
|
- run: echo "::set-env name=TAG::$(date --iso)"
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
- run: echo "::set-env name=TAG::nightly"
|
- run: echo "::set-env name=TAG::nightly"
|
||||||
if: github.event_name != 'push'
|
if: github.event_name == 'schedule'
|
||||||
- run: 'echo "TAG: $TAG"'
|
- run: 'echo "TAG: $TAG"'
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
Loading…
Reference in a new issue