We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cea52 commit 686ebdeCopy full SHA for 686ebde
.github/workflows/validate.yml
@@ -4,8 +4,6 @@ concurrency:
4
group: ${{ github.workflow }}-${{ github.ref }}
5
cancel-in-progress: true
6
7
-timeout-minutes: 10
8
-
9
on:
10
push:
11
branches:
@@ -14,6 +12,7 @@ on:
14
12
15
13
jobs:
16
setup:
+ timeout-minutes: 10
17
name: 🔧 Setup
18
strategy:
19
matrix:
@@ -39,6 +38,7 @@ jobs:
39
38
40
tests:
41
name: 🧪 Test
42
runs-on: ubuntu-latest
43
# Use continue-on-error to ensure this job doesn't fail the workflow
44
continue-on-error: true
@@ -61,6 +61,7 @@ jobs:
61
62
deploy:
63
name: 🚀 Deploy
64
65
66
# only deploy main branch on pushes on non-forks
67
if:
0 commit comments