Skip to content

Update ci.yml

Update ci.yml #2

Workflow file for this run

name: ci
on:
push:
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
dummy:
name: 'Checkout'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout repo
uses: actions/checkout@v5
with:
fetch-depth: 1
- name: Run true
run: |
true