Skip to content

Commit f5faa5b

Browse files
committed
Modify GHA workflow
1 parent 10b4906 commit f5faa5b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- ep2024
7+
- ep2025
78
schedule:
89
- cron: "*/10 * * * *" # every 10 minutes
910
workflow_dispatch:
@@ -30,12 +31,12 @@ jobs:
3031
run: make deps/install
3132

3233
- name: Download data
33-
run: uv run make download > /dev/null 2>&1
34+
run: uv run make download EXCLUDE="schedule" > /dev/null 2>&1
3435
env:
3536
PRETALX_TOKEN: ${{ secrets.PRETALX_TOKEN }}
3637

3738
- name: Transform data
38-
run: uv run make transform > /dev/null 2>&1
39+
run: uv run make transform EXCLUDE="schedule" > /dev/null 2>&1
3940

4041
- name: Setup SSH
4142
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)