Skip to content

YEP-2927 Create YepCode Storage in run sdk (py) #15

YEP-2927 Create YepCode Storage in run sdk (py)

YEP-2927 Create YepCode Storage in run sdk (py) #15

Workflow file for this run

name: CI
on:
push:
branches:
- main
- spike/*
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: ./.github/workflows/tests.yml
secrets: inherit