Skip to content

Bug fixes and optimizations #2

Bug fixes and optimizations

Bug fixes and optimizations #2

Workflow file for this run

name: Test School Python 02
on:
pull_request_target:
types: [opened, synchronize, reopened]
branches: ["main", "master"]
jobs:
test-project:
uses: cx-actions-2025/fm-actions/.github/workflows/school-python2.yaml@main
with:
team-name: ${{ vars.TEAM_NAME }}
pr_head_sha: ${{ github.event.pull_request.head.sha }}
secrets:
test-repo: ${{ secrets.TEST_REPO }}
auth-token: ${{ secrets.AUTH_TOKEN }}
backend-url: ${{ secrets.BACKEND_URL }}
auth-key: ${{ secrets.AUTH_KEY }}