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:
|
git-tag:
|
||||||
needs:
|
needs:
|
||||||
- docker
|
- docker
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags') }}
|
if: ${{ startsWith(github.ref, 'refs/tags') }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare variables
|
- name: Prepare variables
|
||||||
id: vars
|
id: vars
|
||||||
|
Loading…
Reference in New Issue
Block a user