Skip to content

Commit

Permalink
ci: run permission monitory only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax committed Jul 11, 2023
1 parent 6f9cfac commit 3293d61
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
shell: bash
steps:
- uses: GitHubSecurityLab/actions-permissions/[email protected]
if: runner.os != 'Windows'
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: python ${{ matrix.python-version }} on ${{ matrix.os }}
steps:
- uses: GitHubSecurityLab/actions-permissions/[email protected]
if: runner.os != 'Windows'
if: matrix.os == 'ubuntu-latest'
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/[email protected]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
shell: bash
steps:
- uses: GitHubSecurityLab/actions-permissions/[email protected]
if: runner.os != 'Windows'
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: actions/[email protected]
Expand Down

0 comments on commit 3293d61

Please sign in to comment.