Skip to content

Commit adc01a0

Browse files
authored
chore(ci): remove test env for make repo public [skip ci] (#18)
1 parent f5ff033 commit adc01a0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build-on-minimum-supported-platform.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build on minimum supported platforms
22

33
on:
4+
workflow_dispatch:
45
pull_request:
6+
branches:
7+
- main
58

69
permissions: {}
710

@@ -12,7 +15,6 @@ concurrency:
1215
jobs:
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:
@@ -47,7 +49,6 @@ jobs:
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: |

.github/workflows/unit-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Unit Test
22

33
on:
4+
workflow_dispatch:
45
pull_request:
6+
branches:
7+
- main
58

69
permissions: {}
710

@@ -12,7 +15,6 @@ concurrency:
1215
jobs:
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:
@@ -39,7 +41,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)