ci: test
This commit is contained in:
parent
ae59a26659
commit
526b1637c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue