Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Sep 9, 2024
1 parent 518af14 commit 4deb23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
paths:
- '.github/workflows/build-testing.yml'
- 'testing'
- 'testing/**'
schedule:
# Build the image daily
- cron: '15 0 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
paths:
- '.github/workflows/build.yml'
- 'latest'
- 'latest/**'
schedule:
# Build the image daily
- cron: '15 0 * * *'
Expand Down

0 comments on commit 4deb23f

Please sign in to comment.