Skip to content

Commit

Permalink
Oppdatert workflow_run parametre
Browse files Browse the repository at this point in the history
  • Loading branch information
torhakon committed Dec 26, 2024
1 parent 59bae86 commit 2b959ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ciMainBuildAndPublish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: "MAIN - Build and Publish"
on:
workflow_run:
workflows: ["ciStaticCodeValidation"]
workflows: ["Run static code validation"]
types:
- completed
branches:
- "main"
- main
jobs:
buildAndPublish:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
container: ghcr.io/flxbl-io/sfp:latest
permissions:
Expand Down

0 comments on commit 2b959ef

Please sign in to comment.