Skip to content

Commit 6e098e3

Browse files
authored
add build permissions (#3381)
1 parent d67e766 commit 6e098e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
aim-ui-dist:
20-
if: ${{ github.event_name == 'schedule' || github.actor == 'mihran113' || github.actor == 'alberttorosyan' || github.actor == 'roubkar' }}
20+
if: ${{ github.event_name == 'schedule' || github.actor == 'mahnerak' || github.actor == 'mihran113' || github.actor == 'alberttorosyan' || github.actor == 'roubkar' }}
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout sources
@@ -59,7 +59,7 @@ jobs:
5959
python -m twine upload -u __token__ -p "${PYPI_PASSWORD}" dist/*
6060
6161
linux-dist:
62-
if: ${{ github.event_name == 'schedule' || github.actor == 'mihran113' || github.actor == 'alberttorosyan' || github.actor == 'roubkar' }}
62+
if: ${{ github.event_name == 'schedule' || github.actor == 'mahnerak' || github.actor == 'mihran113' || github.actor == 'alberttorosyan' || github.actor == 'roubkar' }}
6363
runs-on: ubuntu-latest
6464
strategy:
6565
matrix:
@@ -166,7 +166,7 @@ jobs:
166166
run: . create-docker-image.sh
167167

168168
macos-dist:
169-
if: ${{ github.event_name == 'schedule' || github.actor == 'mihran113' || github.actor == 'alberttorosyan' || github.actor == 'roubkar' }}
169+
if: ${{ github.event_name == 'schedule' || github.actor == 'mahnerak' || github.actor == 'mihran113' || github.actor == 'alberttorosyan' || github.actor == 'roubkar' }}
170170
runs-on: m1
171171
strategy:
172172
fail-fast: false

0 commit comments

Comments
 (0)