Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsabri authored Jan 29, 2024
1 parent d453dec commit f5ab781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -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'
Expand All @@ -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
Expand Down

0 comments on commit f5ab781

Please sign in to comment.