Skip to content

Commit fa5d7ff

Browse files
ci: temporarily disable saucelabs for push jobs (angular#61558)
This also disables saucelabs for the CI (push) jobs. PR Close angular#61558
1 parent ef01d3c commit fa5d7ff

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -178,18 +178,18 @@ jobs:
178178
- run: yarn --cwd packages/zone.js/test/typings install --frozen-lockfile --non-interactive
179179
- run: yarn --cwd packages/zone.js/test/typings test
180180

181-
saucelabs:
182-
runs-on: ubuntu-latest-4core
183-
env:
184-
SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
185-
steps:
186-
- name: Initialize environment
187-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508
188-
with:
189-
cache-node-modules: true
190-
- name: Install node modules
191-
run: yarn install --frozen-lockfile
192-
- uses: ./.github/actions/saucelabs-legacy
181+
# saucelabs:
182+
# runs-on: ubuntu-latest-4core
183+
# env:
184+
# SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }}
185+
# steps:
186+
# - name: Initialize environment
187+
# uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508
188+
# with:
189+
# cache-node-modules: true
190+
# - name: Install node modules
191+
# run: yarn install --frozen-lockfile
192+
# - uses: ./.github/actions/saucelabs-legacy
193193

194194
adev-deploy:
195195
needs: [adev]

0 commit comments

Comments
 (0)