Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 15, 2024
1 parent 3c71c75 commit 642d52d
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- uses: actions/checkout@v4

- run: make build
Expand All @@ -39,10 +35,6 @@ jobs:
image: ghcr.io/thombashi/python-ci:3.11

steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}

- uses: actions/checkout@v4

- run: make check
Expand All @@ -66,6 +58,7 @@ jobs:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
if: ${{ matrix.os == 'ubuntu-latest' }}

- uses: actions/checkout@v4

Expand Down Expand Up @@ -108,6 +101,7 @@ jobs:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
if: ${{ matrix.os == 'ubuntu-latest' }}

- uses: actions/checkout@v4

Expand Down Expand Up @@ -145,6 +139,7 @@ jobs:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
if: ${{ matrix.os == 'ubuntu-latest' }}

- uses: actions/checkout@v4

Expand Down

0 comments on commit 642d52d

Please sign in to comment.