summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromnom62 <omnom62@outlook.com>2026-06-11 21:41:54 +1000
committeromnom62 <omnom62@outlook.com>2026-06-11 21:41:54 +1000
commit002b5dae326378fb9ed988937612871ca7fbbde6 (patch)
treed295588a96b1c292fb337813a72985a213cd7fcc
parent99ec9c98ab3fbc866677909a15a8ad252cf1618e (diff)
downloadrest.vyos-t0000_upstream_3.12_devel_fixes.tar.gz
rest.vyos-t0000_upstream_3.12_devel_fixes.zip
-rw-r--r--.github/workflows/tests.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index dedbc9e..6858985 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
set([
'${{ needs.changelog.result }}',
'${{ needs.sanity.result }}',
- '${{ needs.unit-galaxy.result }}'
- '${{ needs.ansible-lint.result }}'
+ '${{ needs.unit-galaxy.result }}',
+ '${{ needs.ansible-lint.result }}',
'${{ needs.unit-source.result }}'
- ])"
+ ])