chore(ci): remove the auto-generation of main.yml

This commit is contained in:
yvt 2021-07-18 21:35:24 +09:00
parent c692ac1c0a
commit 9e71bd6a70
3 changed files with 0 additions and 269 deletions

View file

@ -20,8 +20,6 @@ jobs:
python3 -m pip install --upgrade pip virtualenv
sudo apt update
python3 ./mach bootstrap
- name: Workflow check
run: ./etc/ci/workflow_changed.sh
- name: Release build
run: python3 ./mach build --release
- name: Unit tests