Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 7, 2024
1 parent 46e23ba commit 6777a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
name: "Build and test projects"
needs: setup
# https://github.com/actions/runner/issues/1173
if: needs.setup.outputs.trigger-build == 'true'
if: needs.setup.outputs.trigger-build-and-test-projects == 'true'
uses: nfdi4plants/arc-validate-package-registry/.github/workflows/build-and-test-solution.yml@main
with:
solution: ./arc-validate-package-registry.sln
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
name: "Test staging area"
needs: setup
# https://github.com/actions/runner/issues/1173
if: needs.setup.outputs.trigger-trigger-test-staging-area == 'true'
if: needs.setup.outputs.trigger-test-staging-area == 'true'
uses: nfdi4plants/arc-validate-package-registry/.github/workflows/build-and-test-solution.yml@main
with:
solution: ./PackageStagingArea.sln
Expand Down

0 comments on commit 6777a30

Please sign in to comment.