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 db8d985 commit f41cbdfCopy full SHA for f41cbdf
.github/workflows/pull_request.yml
@@ -19,7 +19,7 @@ jobs:
19
id: set-matrix
20
run: |
21
echo -n "matrix={\"deployment_yaml\": [\"__default__\"" >> $GITHUB_OUTPUT
22
- if [[ ${{ github.repository }} == 'stackhpc/openstack-admin-guide' ]]; then
+ if [[ ${{ github.repository }} != 'stackhpc/openstack-admin-guide' ]]; then
23
for yaml in $(ls .github/workflows/deployment_yaml/); do
24
echo -n ", \"$yaml\"" >> $GITHUB_OUTPUT
25
done
0 commit comments