Skip to content

Commit

Permalink
build:
Browse files Browse the repository at this point in the history
    needs: 
    runs-on: ubuntu-latest
    steps: packaging
      - name: Checkout code
        uses: actions/checkout@v3
      - name: Build application
        run: echo "Building the application..."
  • Loading branch information
CarlosJoseChaconChavarria committed May 27, 2024
1 parent ad798dd commit 7558f48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions github-actions/templates/dependent-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Test, and Deploy Workflow
name: Dependant Jobs Build, Test, and Deploy Workflow

on:
push:
Expand Down Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
- name: Build application
run: echo "Building the application..."

packaging:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7558f48

Please sign in to comment.