refactor: reorder git-tag
job's if
statement
Improves the readability and consistency. PR: #36
This commit is contained in:
parent
30e68c8be2
commit
1f005cd108
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -122,8 +122,8 @@ jobs:
|
||||
git-tag:
|
||||
needs:
|
||||
- docker
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ startsWith(github.ref, 'refs/tags') }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Prepare variables
|
||||
id: vars
|
||||
|
Loading…
Reference in New Issue
Block a user