File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1616 check :
1717 name : State Verifier
1818 runs-on : ubuntu-latest
19+ outputs :
20+ skip_ci : ${{ steps.check_initial_commit.outputs.skip_ci }}
1921 steps :
2022 # The first step is to check out the repository code
2123 - name : Checking out repository code
4143
4244 build : # Job named 'build'
4345 name : Build & Test
44- if : needs.check.check_initial_commit. outputs.skip_ci != 'true'
46+ if : needs.check.outputs.skip_ci != 'true'
4547 runs-on : ubuntu-latest # The type of machine to run the job on.
4648
4749 needs : [check]
Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.0.24] - 2023-08-11
6+
7+ ### <!-- 07 --> Continuous Integrations
8+
9+ - Update build workflow to control CI skip
10+
511## [ 1.0.23] - 2023-08-11
612
713### <!-- 07 --> Continuous Integrations
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs-lingui-template" ,
3- "version" : " 1.0.23 " ,
3+ "version" : " 1.0.24 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
You can’t perform that action at this time.
0 commit comments