Skip to content

Commit

Permalink
Use ns_list output when adding [ci force]
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Jan 30, 2024
1 parent 8c6e0da commit 32d52d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
"config": .info.config,
"dir": .info.config | capture("^(?<dir>.*\/)").dir
}
]' ${{ steps.ns_list_filtered.outputs.output_file }} )" >> $GITHUB_OUTPUT
]' ${{ !contains(github.event.head_commit.message, 'ci force') && steps.ns_list.outputs.output_file || steps.ns_list_filtered.outputs.output_file }} )" >> $GITHUB_OUTPUT
# phase 2
viash_test:
Expand Down

0 comments on commit 32d52d7

Please sign in to comment.