Skip to content

Commit a5a7df9

Browse files
committed
chore: standardize workshop workflow controls
1 parent 1de8030 commit a5a7df9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ concurrency:
55
cancel-in-progress: true
66

77
on:
8+
workflow_dispatch:
89
push:
910
branches:
1011
- 'main'
@@ -13,6 +14,7 @@ on:
1314
- 'main'
1415
jobs:
1516
setup:
17+
timeout-minutes: 20
1618
strategy:
1719
matrix:
1820
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -29,6 +31,7 @@ jobs:
2931
env:
3032
# Kept getting npm ECOMPROMISED errors on windows. This fixed it.
3133
npm_config_cache: ${{ runner.temp }}/npm-cache
34+
SKIP_PLAYWRIGHT: true
3235

3336
- name: ʦ TypeScript
3437
run: npm run typecheck
@@ -40,6 +43,7 @@ jobs:
4043

4144
deploy:
4245
name: 🚀 Deploy
46+
timeout-minutes: 10
4347
runs-on: ubuntu-latest
4448
# only deploy main branch on pushes
4549
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}

0 commit comments

Comments
 (0)