cs-nyc1 is unreachable #2273
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: prcheck | |
on: | |
push: | |
branches: [master, next, ci] | |
pull_request: | |
branches: [master, next, ci] | |
workflow_dispatch: | |
jobs: | |
prcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: new entries | |
run: .github/workflows/prcheck.sh |