diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index de93ca7..85f9c5a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,8 +1,8 @@ name: Build and Run on: - #schedule: - # - cron: '0 16 * * 1-5' + schedule: + - cron: '0 16 * * 1-5' push: paths-ignore: - 'README.md' @@ -13,7 +13,7 @@ jobs: env: # You can update or remove these environment variables APARTMENTS_URL: "https://bostad.stockholm.se/bostad/?sort=annonserad-fran-desc&ungdom=1&s=59.30180&n=59.40654&w=17.71385&e=18.22077" - APARTMENTS_FILTER: '{"youth":true, "age":"23"}' + APARTMENTS_FILTER: '{"youth":true, "age":"24"}' steps: - uses: actions/checkout@v3 - name: Build