Update and rename review_pr.yml to ci.yml

This commit is contained in:
Aravind Nair
2023-02-26 19:32:54 +05:30
committed by GitHub
parent fa4fb9be36
commit efbdaa0ca4

View File

@@ -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