Skip to content

ci: add a skeleton downstream actions workflow #1

ci: add a skeleton downstream actions workflow

ci: add a skeleton downstream actions workflow #1

Workflow file for this run

name: downstream
concurrency:
group: "${{github.workflow}}-${{github.ref}}"
cancel-in-progress: true
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * 1,3,5" # At 07:00 on Monday, Wednesday, and Friday # https://crontab.guru/#0_7_*_*_1,3,5
push:
branches:
- main
- "v*.*.x"
tags:
- v*.*.*
pull_request:
types: [opened, synchronize]
branches:
- '*'
jobs:
skeleton:
runs-on: ubuntu-latest
steps:
- run: echo hello world