File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11name : Build on minimum supported platforms
22
33on :
4+ workflow_dispatch :
45 pull_request :
6+ branches :
7+ - main
58
69permissions : {}
710
@@ -12,7 +15,6 @@ concurrency:
1215jobs :
1316 build-on-minimum-supported-platforms :
1417 name : ${{ matrix.os }}
15- environment : Unit Test # TODO(5d): remove this line after repo is marked as public
1618 strategy :
1719 fail-fast : true
1820 matrix :
4749 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4850 with :
4951 persist-credentials : false
50- token : ${{ secrets.PAT }} # TODO(5d): remove this line after repo is marked as public
5152
5253 - name : ${{ matrix.os }}
5354 run : |
Original file line number Diff line number Diff line change 11name : Unit Test
22
33on :
4+ workflow_dispatch :
45 pull_request :
6+ branches :
7+ - main
58
69permissions : {}
710
@@ -12,7 +15,6 @@ concurrency:
1215jobs :
1316 unit-test :
1417 name : " [${{ matrix.os }}] Unit Test"
15- environment : Unit Test # TODO(5d): remove this line after repo is marked as public
1618 strategy :
1719 fail-fast : false
1820 matrix :
3941 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4042 with :
4143 persist-credentials : false
42- token : ${{ secrets.PAT }} # TODO(5d): remove this line after repo is marked as public
4344
4445 - name : ${{ matrix.os }}
4546 run : |
You can’t perform that action at this time.
0 commit comments