Skip to content

test order

test order #1

Workflow file for this run

name: w1
concurrency:
group: w1-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: hello
run: |
echo "hello w1"