Skip to content

Commit

Permalink
Rename skip_duplicate_workflow_runs.yaml to skip_duplicate_workflow_r…
Browse files Browse the repository at this point in the history
…uns.yml
  • Loading branch information
MSP-Greg committed Dec 28, 2023
1 parent 4326511 commit ce15c35
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rack_conform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
skip_duplicate_runs:
uses: ./.github/workflows/skip_duplicate_workflow_runs.yaml
uses: ./.github/workflows/skip_duplicate_workflow_runs.yml

rack-conform:
name: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ragel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
skip_duplicate_runs:
uses: ./.github/workflows/skip_duplicate_workflow_runs.yaml
uses: ./.github/workflows/skip_duplicate_workflow_runs.yml
with:
paths: '["ext/**", ".github/workflows/ragel.yml"]'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:

jobs:
skip_duplicate_runs:
uses: ./.github/workflows/skip_duplicate_workflow_runs.yaml
uses: ./.github/workflows/skip_duplicate_workflow_runs.yml

rubocop:
name: RuboCop linting
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/turbo-rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
skip_duplicate_runs:
uses: ./.github/workflows/skip_duplicate_workflow_runs.yaml
uses: ./.github/workflows/skip_duplicate_workflow_runs.yml

turbo-rails:
name: >-
Expand Down

0 comments on commit ce15c35

Please sign in to comment.