mirror of https://gitea.com/gitea/act_runner.git
skip nightly of act_runner if vars.PUBLISH_ACT_CLI is set
This commit is contained in:
parent
8d67364e67
commit
08c3ea28ca
|
|
@ -15,6 +15,7 @@ env:
|
|||
|
||||
jobs:
|
||||
goreleaser:
|
||||
if: (!vars.PUBLISH_ACT_CLI)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
|
@ -39,6 +40,7 @@ jobs:
|
|||
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
release-image:
|
||||
if: (!vars.PUBLISH_ACT_CLI)
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue