Skip to content

Commit d015ab6

Browse files
committed
hotfix: typo in trixie
1 parent 810b895 commit d015ab6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- develop
1111
schedule:
1212
- cron: '0 22 * * *'
13+
workflow_dispatch:
1314

1415
jobs:
1516
ubuntu_base_tests:
@@ -220,7 +221,7 @@ jobs:
220221
needs: debian_base_tests
221222
strategy:
222223
matrix:
223-
release: [bookworm, trixig]
224+
release: [bookworm, trixie]
224225
fail-fast: false
225226
steps:
226227
- name: Copy Repo Files

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- develop
1010
schedule:
1111
- cron: '59 23 * * *'
12+
workflow_dispatch:
1213

1314
permissions:
1415
contents: read

.github/workflows/stale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 'Close stale issues and PR'
22
on:
33
schedule:
44
- cron: '30 1 * * *'
5+
workflow_dispatch:
56

67
permissions:
78
issues: write

0 commit comments

Comments
 (0)