Skip to content

Commit

Permalink
Update build-project-dockerhub.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMortezaei authored Feb 16, 2024
1 parent 464eb96 commit cb29857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-project-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
branches: [main]

jobs:
tesing-project:
uses: AliMortezaei/ParvazAcavemy/.github/workflows/testing-project.yaml@main
# tesing-project:
# uses: AliMortezaei/ParvazAcavemy/.github/workflows/testing-project.yaml@main
build:
runs-on: ubuntu-latest
needs: [tesing-project]
# needs: [tesing-project]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit cb29857

Please sign in to comment.