Skip to content

Commit

Permalink
bygg ukentlig slik at vi får security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn committed Nov 3, 2024
1 parent 221d922 commit 73a5c1f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/fake_produsent_api_build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- app/src/main/resources/produsent.graphql
- fake-produsent-api/**
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'

jobs:
build_and_push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform_build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'
- cron: '0 6 * * 1'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/testprodusent_build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
paths:
- test-produsent/**
workflow_dispatch:
schedule:
- cron: '0 6 * * 1'


jobs:
build_and_push:
Expand Down

0 comments on commit 73a5c1f

Please sign in to comment.