8000 fix: Updated GitHub Action to relay only on GitHub native approvals t… · yonib05/sdk-python@acccb82 · GitHub
[go: up one dir, main page]

Skip to content

Commit acccb82

Browse files
committed
fix: Updated GitHub Action to relay only on GitHub native approvals to run workflows
1 parent e02d5c3 commit acccb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
unit-test:
12-
name: Unit Tests - Python ${{ matrix.python-version }} - ${{ runner.os }}
12+
name: Unit Tests - Python ${{ matrix.python-version }} - ${{ env.RUNNER_OS }}
1313
permissions:
1414
contents: read
1515
strategy:

0 commit comments

Comments
 (0)
0