File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : CI
2
+ on :
3
+ pull_request : {}
4
+ push :
5
+ branches : [level-2]
6
+ jobs :
7
+ main :
8
+ name : Build, Validate and Deploy
9
+ runs-on : ubuntu-20.04
10
+ steps :
11
+ - uses : actions/checkout@v2
12
+ - uses : w3c/spec-prod@v2
13
+ with :
14
+ W3C_ECHIDNA_TOKEN : ${{ secrets.W3C_TR_TOKEN_L2 }}
15
+ W3C_WG_DECISION_URL : https://docs.google.com/document/d/12AAIbnkt_AH1YjZwUwxirX_7WA7aWOSXpDweCgfqIiQ/edit#heading=h.jc5tpbau2p7z
16
+ W3C_BUILD_OVERRIDE : |
17
+ shortName: trace-context-2
18
+ specStatus: CRD
Original file line number Diff line number Diff line change 9
9
specStatus : "ED" ,
10
10
implementationReportURI : "https://w3c.github.io/trace-context/implementations" ,
11
11
/* previousMaturity: "CR",
12
- previousPublishDate : "2019-08-13",
13
- crEnd: "2019-10 -08",*/
12
+ previousPublishDate : "2019-08-13", */
13
+ crEnd : "2024-08 -08" ,
14
14
editors : [ {
15
15
name : "Sergey Kanzhelev" ,
16
16
company : "Google" ,
You can’t perform that action at this time.
0 commit comments