Skip to content

ci: on push for testing #1

ci: on push for testing

ci: on push for testing #1

name: regenerate-protos

Check failure on line 1 in .github/workflows/regenerate_protos_cron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/regenerate_protos_cron.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push
# schedule:
# - cron: "0 * * * *"
jobs:
release:
runs-on: ubuntu-latest
steps:
uses: actions/@vegaprotocol/vega-version-action
with:
include-preview-versions: true
run: echo 'done'