We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fea1b5 commit 7ca5bf6Copy full SHA for 7ca5bf6
1 file changed
.github/workflows/validate.yml
@@ -13,6 +13,8 @@ on:
13
- 'main'
14
jobs:
15
setup:
16
+ name: 🔧 Setup
17
+ timeout-minutes: 20
18
strategy:
19
matrix:
20
os: [ubuntu-latest, windows-latest, macos-latest]
@@ -37,6 +39,7 @@ jobs:
37
39
38
40
deploy:
41
name: 🚀 Deploy
42
+ timeout-minutes: 10
43
runs-on: ubuntu-latest
44
# only deploy main branch on pushes
45
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
0 commit comments