Skip to content

Commit 39540d5

Browse files
temporarily restrict gh action to just the stuff we're trying out
1 parent cb099b2 commit 39540d5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ concurrency:
1313

1414
jobs:
1515
linter:
16+
# TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
17+
if: false
1618
runs-on: ubuntu-latest
1719
steps:
1820
- name: Checkout
@@ -37,6 +39,8 @@ jobs:
3739
run: npm run lint
3840

3941
unit-tests:
42+
# TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
43+
if: false
4044
runs-on: ubuntu-latest
4145
strategy:
4246
fail-fast: false
@@ -85,6 +89,8 @@ jobs:
8589

8690
# Integration tests (v5 sdkdev): mirrors integration-tests but targets the sdkdev environment.
8791
integration-tests-v5-sdkdev:
92+
# TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
93+
if: false
8894
runs-on: ubuntu-latest
8995
timeout-minutes: 25
9096
strategy:
@@ -143,6 +149,8 @@ jobs:
143149

144150
# Integration tests (v4 sm): mirrors integration-tests-v4 but targets the sm environment.
145151
integration-tests-v4-sm:
152+
# TEMP: disabled while iterating on integration-tests-oss. Remove this line to re-enable.
153+
if: false
146154
runs-on: ubuntu-latest
147155
timeout-minutes: 25
148156
strategy:

0 commit comments

Comments
 (0)