mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-25 14:19:51 +00:00
Avoid running check release when not needed
This commit is contained in:
parent
e159986435
commit
0c3f1927c6
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -405,7 +405,7 @@ jobs:
|
||||
|
||||
# Release creation
|
||||
check_release:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
|
||||
outputs:
|
||||
is_release: ${{ steps.release.outputs.is }}
|
||||
tag_name: ${{ steps.release.outputs.tag }}
|
||||
@ -426,6 +426,7 @@ jobs:
|
||||
- linux-acr-deb-32
|
||||
- linux-wasi
|
||||
- freebsd
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user