Skip to content

Commit a798efa

Browse files
authored
chore(ci): remove algolia integrity check, stop trying to commit lockfile on master (#1471)
1 parent 126489e commit a798efa

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
packageManager: pnpm
1919

2020
typecheck:
21-
runs-on: ubuntu-latest
21+
runs-on: ubuntu-latest
2222
name: Type Check and ESM/CJS integrity checks
2323
steps:
2424
- name: Checkout Repository
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Typecheck
3737
run: pnpm run check
38-
39-
# this fails right now cause in `types.ts` there is no JS to export
38+
39+
# this fails right now cause in `types.ts` there is no JS to export
4040
# - name: Test ESM & CJS exports integrity
4141
# run: pnpm bob check

.github/workflows/pr.yml

-10
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,3 @@ jobs:
1313
secrets:
1414
githubToken: ${{ secrets.GITHUB_TOKEN }}
1515
npmToken: ${{ secrets.NPM_TOKEN }}
16-
17-
18-
algolia:
19-
uses: the-guild-org/shared-config/.github/workflows/algolia-integrity.yml@main
20-
with:
21-
domain: https://www.the-guild.dev/graphql/shield/
22-
source: 'Shield'
23-
packageManager: pnpm
24-
secrets:
25-
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
domain: https://www.the-guild.dev/graphql/shield/
2727
source: 'Shield'
2828
packageManager: pnpm
29-
continueOnError: true
29+
skipCommitLockFile: true

website/scripts/algolia-ci.mjs

-14
This file was deleted.

0 commit comments

Comments
 (0)