This repository was archived by the owner on Apr 22, 2025. It is now read-only.
Archive repo #108
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: Pull request | |
on: | |
pull_request: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
uses: ./.github/workflows/test.yml | |
pull-request: | |
needs: build | |
name: Pull request success | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'true' |