Skip to content

Remove commit and push step from test workflow #2

Remove commit and push step from test workflow

Remove commit and push step from test workflow #2

name: Test Auto Directory Creation
on:
workflow_dispatch: # 允许你手动在 GitHub 上点击运行
push:
branches: [ "main" ]
jobs:
test-create:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Run simple creation script
run: python .github/scripts/create_dirs.py