Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jheng-hao-lin-cko committed Oct 16, 2023
1 parent 9b82c0e commit 0c9ab09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-example-app-frames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: example_app_frames
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-frames.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
cancel-in-progress: true

jobs:
verify-app:
verify-module:
uses: ./.github/workflows/verification-flow.yml
with:
module: frames
Expand Down

0 comments on commit 0c9ab09

Please sign in to comment.