We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7037d62 commit df69966Copy full SHA for df69966
3 files changed
.github/workflows/manual.yml
@@ -39,9 +39,6 @@ jobs:
39
- name: Checkout repository
40
uses: actions/checkout@v4
41
42
- - name: Regression tests
43
- run: bash src/test/discovery.sh
44
-
45
- name: Tune dpkg
46
uses: abbbi/github-actions-tune@v1
47
.github/workflows/publish.yml
@@ -25,6 +25,9 @@ jobs:
25
26
27
28
+ - name: Regression tests
29
+ run: bash src/test/discovery.sh
30
+
31
- name: Log in to the Container registry
32
uses: docker/login-action@v3.1.0
33
with:
.github/workflows/update.yml
@@ -31,9 +31,6 @@ jobs:
34
35
36
37
38
0 commit comments