Skip to content

Commit 0d1af02

Browse files
authored
Exclude YouTube in GHA workflow (#135)
1 parent 5d8bf31 commit 0d1af02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
run: make deps/install
3232

3333
- name: Download data
34-
run: uv run make download > /dev/null 2>&1
34+
run: uv run make download EXCLUDE="youtube" > /dev/null 2>&1
3535
env:
3636
PRETALX_TOKEN: ${{ secrets.PRETALX_TOKEN }}
3737

3838
- name: Transform data
39-
run: uv run make transform > /dev/null 2>&1
39+
run: uv run make transform EXCLUDE="youtube" > /dev/null 2>&1
4040

4141
- name: Setup SSH
4242
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)