We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b4906 commit f5faa5bCopy full SHA for f5faa5b
.github/workflows/deploy.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- ep2024
7
+ - ep2025
8
schedule:
9
- cron: "*/10 * * * *" # every 10 minutes
10
workflow_dispatch:
@@ -30,12 +31,12 @@ jobs:
30
31
run: make deps/install
32
33
- name: Download data
- run: uv run make download > /dev/null 2>&1
34
+ run: uv run make download EXCLUDE="schedule" > /dev/null 2>&1
35
env:
36
PRETALX_TOKEN: ${{ secrets.PRETALX_TOKEN }}
37
38
- name: Transform data
- run: uv run make transform > /dev/null 2>&1
39
+ run: uv run make transform EXCLUDE="schedule" > /dev/null 2>&1
40
41
- name: Setup SSH
42
uses: webfactory/ssh-agent@v0.9.1
0 commit comments