Skip to content

Commit

Permalink
Use correct needs
Browse files Browse the repository at this point in the history
  • Loading branch information
LanderU committed Dec 26, 2023
1 parent 4b404bc commit 5a472d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-base:
name: Base
runs-on: ubuntu-22.04
needs: [Build]
needs: [build]
# if: github.ref == 'refs/heads/rolling'
steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
deployment:
name: Deployment
runs-on: ubuntu-22.04
needs: [Base]
needs: [build-base]
# if: github.ref == 'refs/heads/rolling'
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5a472d2

Please sign in to comment.