Skip to content

Commit 8bf855e

Browse files
committed
fix workflow
1 parent 1cd5213 commit 8bf855e

2 files changed

Lines changed: 7 additions & 23 deletions

File tree

.github/workflows/spellcheck-trigger.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: Spell Check Reusable
1+
name: Spell Check
22

33
on:
4-
workflow_call:
5-
inputs:
6-
branch:
7-
required: true
8-
type: string
4+
push:
5+
branches-ignore:
6+
- main
7+
pull_request:
8+
branches-ignore:
9+
- main
910

1011
jobs:
1112
spellcheck:
@@ -15,8 +16,6 @@ jobs:
1516
# Checkout the branch that triggered the workflow
1617
- name: Checkout branch
1718
uses: actions/checkout@v3
18-
with:
19-
ref: ${{ inputs.branch }}
2019

2120
# Pull latest cspell files from main to keep them in sync
2221
- name: Pull cspell config and dictionary from main

0 commit comments

Comments
 (0)