Skip to content

Commit

Permalink
OPHLUDOS-205: Fix "workflow is not reusable as it is missing a `on.wo…
Browse files Browse the repository at this point in the history
…rkflow_call` trigger"
  • Loading branch information
anttu committed Aug 21, 2024
1 parent afeee34 commit 8a08be0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions .github/workflows/deploy_untuva.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy Untuva

on:
workflow_call:
workflow_dispatch:

concurrency: deploy-untuva
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ on:

jobs:
build:
uses: ./.github/workflows/build_untuva.yml
uses: ./.github/workflows/build.yml
secrets: inherit

0 comments on commit 8a08be0

Please sign in to comment.