diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 356f201a0..c68df4427 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -4,17 +4,7 @@ # https://github.com/codespell-project/actions-codespell # https://github.com/codespell-project/codespell name: codespell -on: - workflow_call: - inputs: - from_ci: - type: boolean - required: false - default: true - - workflow_dispatch: - -# pull_request +on: pull_request permissions: {} jobs: codespell: diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index fb5968d13..56e7f81e3 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -4,12 +4,6 @@ name: 'yuzu verify' on: - # workflow_call: - # inputs: - # from_ci: - # type: boolean - # required: false - # default: true workflow_dispatch: jobs: @@ -27,12 +21,6 @@ jobs: distribution: 'temurin' - name: 'Verify Formatting' run: bash -ex ./.ci/scripts/format/script.sh - codespell: - permissions: write-all - needs: check - uses: ./.github/workflows/codespell.yml - if: ${{ needs.check.outputs.SHOULD_BUILD == 1 }} - secrets: inherit earelease: runs-on: ubuntu-latest needs: format