Skip to content

testing mergify

testing mergify #6

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: sleep
run: sleep 5m
- name: say-hello-world
run: echo "Hello World!"