Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed091 committed Nov 19, 2023
1 parent bca5cfc commit 32abd0b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
name: CI
on: [pull_request]
on:
pull_request:
branches: main
types:
- edited
- opened
- reopened
- synchronize

jobs:
audit:
runs-on: ubuntu-latest

steps:
- name: 'PR format check'
uses: 'androidx/check-pr-format-action'
with:
checks: '["(https:\/\/optimizely.atlassian.net\/browse\/){1}(DATA|DSSM){1}-{1}([0-9]+)"]'

- uses: actions/checkout@v3
- name: inspect
run: |
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/pr.yml

This file was deleted.

0 comments on commit 32abd0b

Please sign in to comment.