Skip to content

Update test_trigger.yaml #10

Update test_trigger.yaml

Update test_trigger.yaml #10

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
- run: |
pwd
ls -al
python3 --version
python3 ${GITHUB_WORKSPACE}/test.py