ci: test
This commit is contained in:
parent
ae59a26659
commit
526b1637c0
|
@ -16,6 +16,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
upload:
|
upload:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
if: github.event_name == 'release'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
|
@ -104,12 +105,10 @@ jobs:
|
||||||
|
|
||||||
rerun-apps-version-check:
|
rerun-apps-version-check:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
if: github.repository_owner == 'emqx' && github.event_name == 'release'
|
if: github.repository_owner == 'emqx'
|
||||||
needs:
|
|
||||||
- upload
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: read
|
pull-requests: read
|
||||||
checks: read
|
checks: write
|
||||||
actions: write
|
actions: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in New Issue