mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-01-18 16:37:28 +01:00
refactor(rust): simplify CI dependencies by removing unnecessary job requirement
This commit is contained in:
2
.github/workflows/create_dev.yml
vendored
2
.github/workflows/create_dev.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
path: release/${{ matrix.name }}
|
||||
|
||||
docker-build-push:
|
||||
needs: [ version, build-binaries ]
|
||||
needs: [ build-binaries ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user