Skip to content

Commit

Permalink
ci/cd: environment-appa-bz-opendata: change cron to run every 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 14, 2024
1 parent aaac8a4 commit 6475561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-environment-appa-bz-opendata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout source code
uses: noi-techpark/github-actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:

# Deploy Test
deploy-test-environment-appa-bz-opendata:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/main'
needs: test
concurrency: deploy-test-environment-appa-bz-opendata
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
X_provenance_version: ${{ github.sha }}

# Scheduler: every day at 10:00
X_SCHEDULER_CRON_DATA: 0 30 10 * * *
X_SCHEDULER_CRON_DATA: 0 */10 * * * *
X_SCHEDULER_POOL_SIZE: 10

- name: Build project
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

# Deploy Production
deploy-prod-environment-appa-bz-opendata:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: github.ref == 'refs/heads/prod'
needs: test
concurrency: deploy-prod-environment-appa-bz-opendata
Expand Down

0 comments on commit 6475561

Please sign in to comment.