mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
ci: fix needs entries in merge_clean_snapshot_tags step
This commit is contained in:
7
.github/workflows/continuous-integration.yml
vendored
7
.github/workflows/continuous-integration.yml
vendored
@@ -183,7 +183,12 @@ jobs:
|
|||||||
|
|
||||||
merge_clean_snapshot_tags:
|
merge_clean_snapshot_tags:
|
||||||
if: needs.merge_clean_snapshot_guard.outputs.continue == 'true'
|
if: needs.merge_clean_snapshot_guard.outputs.continue == 'true'
|
||||||
needs: merge_clean_snapshot_guard
|
needs:
|
||||||
|
- merge_clean_snapshot_guard
|
||||||
|
- snapshot_amd64
|
||||||
|
- snapshot_386
|
||||||
|
- snapshot_arm64
|
||||||
|
- snapshot_arm_v7
|
||||||
name: Merge and clean snapshot tags
|
name: Merge and clean snapshot tags
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user