Skip to content

Commit

Permalink
ci: start fleshing out other job
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 7, 2024
1 parent 359a6b6 commit ba478a4
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 @@ -20,6 +20,10 @@ jobs:
with:
include-preview-versions: true
previous-version: ${{ steps.current-vega-version.outputs.version }}
regenerate-protos:
needs: check-for-new-version
runs-on: ubuntu-latest
steps:
- run: echo ${{ steps.version.outputs.new-version }}
- run: echo ${{ steps.version.outputs.current-version }}
- run: echo "running"
Expand Down

0 comments on commit ba478a4

Please sign in to comment.