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