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 810b895 commit d015ab6Copy full SHA for d015ab6
.github/workflows/base.yml
@@ -10,6 +10,7 @@ on:
10
- develop
11
schedule:
12
- cron: '0 22 * * *'
13
+ workflow_dispatch:
14
15
jobs:
16
ubuntu_base_tests:
@@ -220,7 +221,7 @@ jobs:
220
221
needs: debian_base_tests
222
strategy:
223
matrix:
- release: [bookworm, trixig]
224
+ release: [bookworm, trixie]
225
fail-fast: false
226
steps:
227
- name: Copy Repo Files
.github/workflows/deploy.yml
@@ -9,6 +9,7 @@ on:
9
- cron: '59 23 * * *'
permissions:
contents: read
.github/workflows/stale.yml
@@ -2,6 +2,7 @@ name: 'Close stale issues and PR'
2
on:
3
4
- cron: '30 1 * * *'
5
6
7
8
issues: write
0 commit comments