Skip to content

Auction Status & Auction Start Cron #108

Auction Status & Auction Start Cron

Auction Status & Auction Start Cron #108

Workflow file for this run

name: CI
on:
push:
branches: [main, production]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
to-do:
runs-on: ubuntu-latest
steps:
- run: echo "CI goes here"