Skip to content

Commit

Permalink
Outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Apr 19, 2024
1 parent cff5308 commit 1d3a779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
if: always()
runs-on: ubuntu-22.04
steps:
- run: echo "needs.deploys.triggered == ${{ needs.deploys.triggered }}"
- run: echo "needs.deploys.outputs.triggered == ${{ needs.deploys.outputs.triggered }}"

# tests:
# name: Tests
# if: needs.deploys.triggered == 'true'
# if: needs.deploys.outputs.triggered == 'true'
# needs: [deploys]
# uses: ./.github/workflows/.tests.yml
# with:
Expand Down

0 comments on commit 1d3a779

Please sign in to comment.