1
Fork 0
mirror of https://github.com/Steffo99/distributed-arcade.git synced 2024-10-16 06:27:30 +00:00

Fix non-existing workflow dependency

This commit is contained in:
Steffo 2023-01-09 05:30:53 +01:00
parent be38eb13f4
commit fb0e8cc2d0
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -9,8 +9,6 @@ on:
jobs: jobs:
ghcrio: ghcrio:
uses: Steffo99/.github/.github/workflows/buildrelease-docker.yml@main uses: Steffo99/.github/.github/workflows/buildrelease-docker.yml@main
needs:
- test
portainer: portainer:
uses: Steffo99/.github/.github/workflows/deploy-portainer.yml@main uses: Steffo99/.github/.github/workflows/deploy-portainer.yml@main