forked from Computer_Society/open-goverance
ci: moarrrrrrrrrrrrrr testing
This commit is contained in:
parent
18ba9e3ce9
commit
bfed45249e
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# script: [ handovers, minutes, budget, events ]
|
# script: [ handovers, minutes, budget, events ]
|
||||||
script: ${{ needs.changes.outputs.scripts }}
|
script: ${{ fromJSON(needs.changes.outputs.scripts) }}
|
||||||
permissions:
|
permissions:
|
||||||
# needs this to create tags and releases
|
# needs this to create tags and releases
|
||||||
contents: write
|
contents: write
|
||||||
|
|
Loading…
Reference in a new issue