Skip to content

Commit

Permalink
ci(mock): Rename workflow-mock directory to include a "." prefix for …
Browse files Browse the repository at this point in the history
…clarity
  • Loading branch information
connorbrown-db committed Oct 17, 2024
1 parent d3d8de1 commit 6315452
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow-mock-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ name: Workflow Mock Tests
on:
push:
paths:
- 'workflow-mock/**'
- '.workflow-mock/**'
- '.github/workflows/workflow-mock-test.yml'
- '.github/workflows/terraform-ruw.yml'
pull_request:
paths:
- 'workflow-mock/**'
- '.workflow-mock/**'
- '.github/workflows/workflow-mock-test.yml'
- '.github/workflows/terraform-ruw.yml'
jobs:
workflow-mock-test:
uses: ./.github/workflows/terraform-ruw.yml
with:
working_directory: workflow-mock
working_directory: .workflow-mock
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6315452

Please sign in to comment.