This commit is contained in:
Ivan Dyachkov 2023-07-10 22:36:12 +02:00
parent ae59a26659
commit 526b1637c0
1 changed files with 3 additions and 4 deletions

View File

@ -16,6 +16,7 @@ on:
jobs:
upload:
runs-on: ubuntu-22.04
if: github.event_name == 'release'
strategy:
fail-fast: false
steps:
@ -104,12 +105,10 @@ jobs:
rerun-apps-version-check:
runs-on: ubuntu-22.04
if: github.repository_owner == 'emqx' && github.event_name == 'release'
needs:
- upload
if: github.repository_owner == 'emqx'
permissions:
pull-requests: read
checks: read
checks: write
actions: write
steps:
- uses: actions/checkout@v3