Skip to content

Commit

Permalink
another CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Mar 19, 2024
1 parent 7bbf36f commit ade9733
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ jobs:
- name: list triggered jobs
run: |
echo "this should trigger the following jobs:"
echo "trigger-update-preview-index: ${{steps.ppc.trigger-update-preview-index}}"
echo "trigger-publish-pending-packages: ${{steps.ppc.trigger-publish-pending-packages}}"
echo "trigger-update-preview-index: ${{steps.ppc.outputs.trigger-update-preview-index}}"
echo "trigger-publish-pending-packages: ${{steps.ppc.outputs.trigger-publish-pending-packages}}"
update-preview-index:
needs: staging-area-pre-publish-checks
Expand Down
2 changes: 1 addition & 1 deletion StagingArea/test/test@2.0.1.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Tags:
ReleaseNotes: "Trigger another CI run!"
---
*)

// this file is intended for testing purposes only.
printfn "If you can read this in your console, you successfully executed test package v2.0.1!"

Expand Down

0 comments on commit ade9733

Please sign in to comment.