diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 3d4f372..e2fcefc 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -1,24 +1,22 @@ -name: Spell Check with Typos +name: Spelling on: push: branches: - - master - pull_request: - branches: - - master - workflow_dispatch: + - master + pull_request: null + workflow_dispatch: null concurrency: - group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: - run: - name: Spell Check with Typos + typos_check: + name: Typos runs-on: ubuntu-latest steps: - - name: Checkout Actions Repository + - name: Checkout repository uses: actions/checkout@v4 - name: Check spelling