Skip to content

Commit

Permalink
[CI] Change all workflow file extensions to '.yml' (#3300)
Browse files Browse the repository at this point in the history
* Rename tests.yaml to tests.yml

* Rename skip_duplicate_workflow_runs.yaml to skip_duplicate_workflow_runs.yml
  • Loading branch information
MSP-Greg authored and nateberkopec committed Jan 2, 2024
1 parent d49dec9 commit e9125fa
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
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 e9125fa

Please sign in to comment.