refactor: remove git-tag
job's guard conditions
These guard conditions are now superfluous because the `git-tag` job depends on the `releases` job. PR: #43
This commit is contained in:
parent
30b4589480
commit
935b111322
3
.github/workflows/containers.yml
vendored
3
.github/workflows/containers.yml
vendored
@ -271,14 +271,11 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- tags
|
- tags
|
||||||
- releases
|
- releases
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags') }}
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
if: ${{ github.ref == format('refs/tags/{0}', needs.tags.outputs.release-trigger) }}
|
|
||||||
- name: Tag
|
- name: Tag
|
||||||
if: ${{ github.ref == format('refs/tags/{0}', needs.tags.outputs.release-trigger) }}
|
|
||||||
env:
|
env:
|
||||||
TAG: ${{ needs.tags.outputs.major-minor }}
|
TAG: ${{ needs.tags.outputs.major-minor }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user