Skip to content

yuwtennis is running deployment workflow #23

yuwtennis is running deployment workflow

yuwtennis is running deployment workflow #23

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: CI/CD for drive_to_es
run-name: ${{ github.actor }} is running deployment workflow
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "There is no workflow for now"