Compare commits
1 Commits
v0.1.13
...
c745125f20
Author | SHA1 | Date | |
---|---|---|---|
c745125f20 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -243,9 +243,9 @@ jobs:
|
|||||||
tag:
|
tag:
|
||||||
name: Create Tag
|
name: Create Tag
|
||||||
needs: [docker-build, build, set-tag]
|
needs: [docker-build, build, set-tag]
|
||||||
if: |
|
#if: |
|
||||||
github.event_name == 'push' &&
|
# github.event_name == 'push' &&
|
||||||
needs.docker-build.result == 'success'
|
# needs.docker-build.result == 'success'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
RUNNER_TOOL_CACHE: /toolcache
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
Reference in New Issue
Block a user