Skip to content

Commit

Permalink
chore(ci): remove test env for make repo public [skip ci] (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
5d committed Sep 10, 2024
1 parent f5ff033 commit adc01a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-on-minimum-supported-platform.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Build on minimum supported platforms

on:
workflow_dispatch:
pull_request:
branches:
- main

permissions: {}

Expand All @@ -12,7 +15,6 @@ concurrency:
jobs:
build-on-minimum-supported-platforms:
name: ${{ matrix.os }}
environment: Unit Test # TODO(5d): remove this line after repo is marked as public
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -47,7 +49,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
token: ${{ secrets.PAT }} # TODO(5d): remove this line after repo is marked as public

- name: ${{ matrix.os }}
run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Unit Test

on:
workflow_dispatch:
pull_request:
branches:
- main

permissions: {}

Expand All @@ -12,7 +15,6 @@ concurrency:
jobs:
unit-test:
name: "[${{ matrix.os }}] Unit Test"
environment: Unit Test # TODO(5d): remove this line after repo is marked as public
strategy:
fail-fast: false
matrix:
Expand All @@ -39,7 +41,6 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false
token: ${{ secrets.PAT }} # TODO(5d): remove this line after repo is marked as public

- name: ${{ matrix.os }}
run: |
Expand Down

0 comments on commit adc01a0

Please sign in to comment.