Skip to content

Commit

Permalink
Merge pull request #251 from entur/gha-flows
Browse files Browse the repository at this point in the history
Gha flows
  • Loading branch information
tysseng authored Nov 15, 2024
2 parents 671dc2d + 9179aa1 commit 7589998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
})
.map(([env, include]) => (include ? env : undefined))
.filter(Boolean)
return { environment }
deploy-bff-search:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Nightly Deploy

on:
schedule: # Times are in UTC
# - cron: '0 5 * * 1-5'
- cron: '0 15 * * 1-5'
# - cron: '0 5 * * 1-5'
- cron: '15 15 * * 1-5'

jobs:
deploy-bff:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: '["dev", "int", "staging", "beta"]'
environment: '["dev", "int", "staging", "beta"]'

0 comments on commit 7589998

Please sign in to comment.