Skip to content

Commit

Permalink
ci: more sharing of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 7, 2024
1 parent ba478a4 commit db855bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/regenerate_protos_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
- run: echo ${{ steps.version.outputs.current-version }}
- run: echo "running"
if: ${{ steps.version.outputs.new-version }}
- run: echo ${{ needs.check-for-new-version.new-version }}
- run: echo ${{ needs.check-for-new-version.current-version }}
- run: echo "running"
if: ${{ needs.check-for-new-version.new-version }}

0 comments on commit db855bd

Please sign in to comment.