Skip to content

Release Workflow

Release Workflow #8303

Workflow file for this run

name: Release Workflow
on:
push:
branches:
- try_cron
pull_request:
branches:
- try_cron
schedule:
- cron: "*/1 * * * *"
jobs:
try_cron:
uses: ./.github/workflows/shared_steps.yml
secrets: inherit
with:
branch: try_cron