Skip to content

Commit 4760885

Browse files
authored
Merge branch 'ximinez/lending-XLS-66' into ximinez/lending-shortages
2 parents 3249461 + 08a6bef commit 4760885

File tree

2 files changed

+0
-68
lines changed

2 files changed

+0
-68
lines changed

.github/workflows/on-trigger.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ on:
1414
- "master"
1515
paths:
1616
# These paths are unique to `on-trigger.yml`.
17-
- ".github/workflows/reusable-check-missing-commits.yml"
1817
- ".github/workflows/on-trigger.yml"
19-
- ".github/workflows/publish-docs.yml"
2018

2119
# Keep the paths below in sync with those in `on-pr.yml`.
2220
- ".github/actions/build-deps/**"
@@ -63,10 +61,6 @@ defaults:
6361
shell: bash
6462

6563
jobs:
66-
check-missing-commits:
67-
if: ${{ github.event_name == 'push' && github.ref_type == 'branch' && contains(fromJSON('["develop", "release"]'), github.ref_name) }}
68-
uses: ./.github/workflows/reusable-check-missing-commits.yml
69-
7064
build-test:
7165
uses: ./.github/workflows/reusable-build-test.yml
7266
strategy:

.github/workflows/reusable-check-missing-commits.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)