diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 706177b..ddc010a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: style-python: name: "💄 Style: python" - # if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }} + # if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) }} runs-on: ubuntu-latest steps: @@ -41,7 +41,7 @@ jobs: permissions: id-token: write - steps: + steps: - name: Checkout uses: actions/checkout@v4