This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Update students.json #2
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI (on pull-request) | ||
| run-name: PR from branch ${{ github.ref }} | ||
| # Will run CI workflow on an opened or reopened PR for easy reference. For compilation, unit tests, code coverage etc. | ||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, reopened] | ||
| jobs: | ||
| Continuous-Integration: | ||
| name: on pull request | ||
| uses: ./.github/workflows/ci.yml | ||
|
Check failure on line 11 in .github/workflows/on-pull-request.yml
|
||