Skip to content

name the step

name the step #12

Workflow file for this run

name: Trigger Test
on:
push:
jobs:
trigger-test:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Run Python
run: |
python3 ${GITHUB_WORKSPACE}/test.py