Skip to content

Commit

Permalink
fix(gha): invalid workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Jan 28, 2024
1 parent a7c7518 commit 1ba3d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

test_image_with_new_tag:
needs: build
needs: Continuous-Deployment
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -204,7 +204,7 @@ jobs:
python -c "import nbiatoolkit; print(nbiatoolkit.__version__)"
test_image_with_latest_tag:
needs: build
needs: Continuous-Deployment
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 1ba3d1e

Please sign in to comment.