mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
ci: Speedup release.yml
by removing job test
(#1325)
Since the merge_queue requires every PR to be tested, there is no need to run the test again in `release.yml`. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
58799cbe6f
commit
84004a71a9
1 changed files with 1 additions and 10 deletions
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
|
@ -22,18 +22,9 @@ jobs:
|
|||
event-data: ${{ toJSON(github.event) }}
|
||||
extract-notes-under: '### Release notes'
|
||||
|
||||
test:
|
||||
if: needs.info.outputs.is-release == 'true'
|
||||
needs: info
|
||||
uses: ./.github/workflows/ci.yml
|
||||
with:
|
||||
additional_key: ${{ github.run_id }}
|
||||
|
||||
tag:
|
||||
if: needs.info.outputs.is-release == 'true'
|
||||
needs:
|
||||
- info
|
||||
- test
|
||||
needs: info
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue