You've already forked wakapi-readme-stats
Update and rename review_pr.yml to ci.yml
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
name: REVIEW_PULL_REQUEST
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [ opened, edited, reopened, synchronize ]
|
workflow_dispatch:
|
||||||
paths:
|
|
||||||
- 'sources/**'
|
|
||||||
- 'requirements.txt'
|
|
||||||
- '.github/workflows/review_pr.yml'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||||
cancel-in-progress: ${{ github.ref != 'refs/heads/dev' }}
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-server-image:
|
ci:
|
||||||
name: Run Test and Review PR
|
name: Run Test and Review PR
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
Reference in New Issue
Block a user