Skip to content

Commit a843223

Browse files
committed
Revert "[ci] improve checkin workflow"
This reverts commit 44649bf. This is causing some intermittent yaml parsing issues with the ci workflow. Signed-off-by: Shankar Easwaran <[email protected]>
1 parent bbd4da3 commit a843223

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
name: CI
22

3-
# dont start the job if there are changes only to .md files or docs
4-
on:
5-
  push:
6-
    paths-ignore:
7-
      - '**.md'
8-
      - 'docs/**'
9-
  pull_request:
10-
    paths-ignore:
11-
      - '**.md'
12-
      - 'docs/**'
3+
on: [pull_request]
134

145
jobs:
156
build:
167
runs-on: self-hosted
178
concurrency:
189
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
19-
cancel-in-progress: true
10+
cancel-in-progress: false
2011
permissions:
2112
contents: write
2213
statuses: write
@@ -115,3 +106,4 @@ jobs:
115106
- name: Cleanup build directory
116107
run: |
117108
rm -rf pr-${{ github.event.number }}
109+

0 commit comments

Comments
 (0)