Skip to content

Commit

Permalink
Clean up workflow formating.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmissoumi committed Mar 19, 2024
1 parent bb0a287 commit 872317d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/photon-build-image-serenity-junit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build & Test Image for Serenity JUnit Demo

on: [workflow_dispatch]
on:
workflow_dispatch:

jobs:
build-serenity-image:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/photon-build-image-services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build & Test Image for Services Demo

on: [workflow_dispatch,push]
on:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 872317d

Please sign in to comment.