Skip to content

Commit

Permalink
x6
Browse files Browse the repository at this point in the history
  • Loading branch information
ljocha committed Apr 8, 2024
1 parent 3f6b448 commit 091ccd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

name: deploy-common

on: [ workflow_dispatch ]

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

name: deploy-test

on: [ workflow_dispatch ]

jobs:
call-common:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 091ccd4

Please sign in to comment.